summaryrefslogtreecommitdiffstats
path: root/package/ntfs-3g
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@anciens.enib.fr>2011-08-10 00:12:49 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2011-09-12 00:08:16 +0200
commit8e837d5dfe6c40ed3e3cdf0d7c9db163b0c8c305 (patch)
treee9f8f53c970373e1866506160df5051167f61f70 /package/ntfs-3g
parented8619dafa809dff6d5ef1e5c3365016fd96d305 (diff)
downloadbuildroot-novena-8e837d5dfe6c40ed3e3cdf0d7c9db163b0c8c305.tar.gz
buildroot-novena-8e837d5dfe6c40ed3e3cdf0d7c9db163b0c8c305.zip
ntfs-3g: remove --program-prefix
--program-prefix is now set in the auto-target infrastructure. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ntfs-3g')
-rw-r--r--package/ntfs-3g/ntfs-3g.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ntfs-3g/ntfs-3g.mk b/package/ntfs-3g/ntfs-3g.mk
index 796e26957..baabff220 100644
--- a/package/ntfs-3g/ntfs-3g.mk
+++ b/package/ntfs-3g/ntfs-3g.mk
@@ -7,7 +7,7 @@
NTFS_3G_VERSION = 2010.10.2
NTFS_3G_SOURCE = ntfs-3g-$(NTFS_3G_VERSION).tgz
NTFS_3G_SITE = http://tuxera.com/opensource
-NTFS_3G_CONF_OPT = --disable-ldconfig --program-prefix=""
+NTFS_3G_CONF_OPT = --disable-ldconfig
NTFS_3G_INSTALL_STAGING = YES
$(eval $(call AUTOTARGETS,package,ntfs-3g))