summaryrefslogtreecommitdiffstats
path: root/package/ntfs-3g
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2012-05-22 09:39:34 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2012-05-22 09:39:34 +0200
commit602de0675ef334de9f77a670561f2b1887550305 (patch)
tree4576a577494ec94a353bab80a68f4c4c3b192da5 /package/ntfs-3g
parent1c52c9e1fb630a7f44eb8244072eb1aa28c08dff (diff)
downloadbuildroot-novena-602de0675ef334de9f77a670561f2b1887550305.tar.gz
buildroot-novena-602de0675ef334de9f77a670561f2b1887550305.zip
ntfs-3g: fix build with encryption support
Fixes http://autobuild.buildroot.org/results/4baa45ca1f4804be1a76a69bb8158c6a91d96d6b/ Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ntfs-3g')
-rw-r--r--package/ntfs-3g/ntfs-3g.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/ntfs-3g/ntfs-3g.mk b/package/ntfs-3g/ntfs-3g.mk
index 8e616cb79..748fe1de0 100644
--- a/package/ntfs-3g/ntfs-3g.mk
+++ b/package/ntfs-3g/ntfs-3g.mk
@@ -21,6 +21,7 @@ ifeq ($(BR2_PACKAGE_UTIL_LINUX_LIBUUID),y)
endif
ifeq ($(BR2_PACKAGE_NTFS_3G_ENCRYPTED),y)
+ NTFS_3G_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
NTFS_3G_CONF_OPT += --enable-crypto
NTFS_3G_DEPENDENCIES += gnutls
endif