summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Korsgaard2010-06-18 09:19:24 +0200
committerPeter Korsgaard2010-06-18 09:19:24 +0200
commitbde127c3bc2c12a36a3698cce7820859cd8d00a7 (patch)
tree037cbb9ffca1c9be1aeb93c508906df07664e83f
parentsquashfs: fix build with uClibc (diff)
downloadbuildroot-bde127c3bc2c12a36a3698cce7820859cd8d00a7.tar.gz
buildroot-bde127c3bc2c12a36a3698cce7820859cd8d00a7.tar.xz
buildroot-bde127c3bc2c12a36a3698cce7820859cd8d00a7.zip
ntfsprogs: disable crypto support
The ntfsprogs crypto support requires libgnutls, which we don't have in BR, and the autodetection in configure gets confused when the host has a libcrypt-config. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r--CHANGES4
-rw-r--r--package/ntfsprogs/ntfsprogs.mk2
2 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index c9cf1e0ba..25d52338c 100644
--- a/CHANGES
+++ b/CHANGES
@@ -15,8 +15,8 @@
Updated/fixed packages: busybox, cdrkit, file, gawk,
gstreamer, intltool, ipsec-tools, iptables, libart, libidn,
- lmbench, lrzsz, netperf, openssl, php, qt, sqlite, squashfs,
- tn5250, usbutils, xkeyboard-config
+ lmbench, lrzsz, netperf, ntfsprogs, openssl, php, qt, sqlite,
+ squashfs, tn5250, usbutils, xkeyboard-config
Removed packages: modutils
diff --git a/package/ntfsprogs/ntfsprogs.mk b/package/ntfsprogs/ntfsprogs.mk
index b34fe7a24..654d3cbf2 100644
--- a/package/ntfsprogs/ntfsprogs.mk
+++ b/package/ntfsprogs/ntfsprogs.mk
@@ -6,7 +6,7 @@
NTFSPROGS_VERSION:=2.0.0
NTFSPROGS_SOURCE:=ntfsprogs-$(NTFSPROGS_VERSION).tar.gz
NTFSPROGS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/linux-ntfs/
-NTFSPROGS_CONF_OPT:=--disable-gnome-vfs --program-prefix=""
+NTFSPROGS_CONF_OPT:=--disable-gnome-vfs --program-prefix="" --disable-crypto
NTFSPROGS_INSTALL_STAGING:=yes
NTFSPROGS_BIN:=ntfscat ntfscluster ntfscmp ntfsfix ntfsinfo ntfsls