From c1a3b7c03971d58820dd61b830495ba19bb30d8d Mon Sep 17 00:00:00 2001 From: LongChair Date: Fri, 17 Nov 2017 08:07:10 +0100 Subject: [PATCH] ntfs-3g_ntfsprogs : fix build. Seems that it won't build without proper glib built on host. --- packages/sysutils/ntfs-3g_ntfsprogs/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sysutils/ntfs-3g_ntfsprogs/package.mk b/packages/sysutils/ntfs-3g_ntfsprogs/package.mk index 939aabadfd..b64597dcf2 100644 --- a/packages/sysutils/ntfs-3g_ntfsprogs/package.mk +++ b/packages/sysutils/ntfs-3g_ntfsprogs/package.mk @@ -23,7 +23,7 @@ PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.ntfs-3g.org/" PKG_URL="http://tuxera.com/opensource/$PKG_NAME-$PKG_VERSION.tgz" -PKG_DEPENDS_TARGET="toolchain fuse" +PKG_DEPENDS_TARGET="toolchain fuse libgcrypt" PKG_SECTION="system" PKG_SHORTDESC="ntfs-3g_ntfsprogs: NTFS-3G Read/Write userspace driver" PKG_LONGDESC="The NTFS-3G_ntfsprogs driver is an open source, freely available NTFS driver for Linux with read and write support. It provides safe and fast handling of the Windows XP, Windows Server 2003, Windows 2000 and Windows Vista file systems."