summaryrefslogtreecommitdiffstats
path: root/package/ntfs-3g/Makefile
diff options
context:
space:
mode:
authorflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-23 16:05:54 +0000
committerflorian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-06-23 16:05:54 +0000
commitbdc8154f12b299ff5402bcb391c8739b359a3b8c (patch)
tree1900b5d02bf76b13b1ee9dfe0eaec0bbaf0eaa24 /package/ntfs-3g/Makefile
parentb947ccab5d1acdf82b56fc6ab64a2dba71c2e50a (diff)
Upgrade ntfs-3g to 1.616 (#1954)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7717 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ntfs-3g/Makefile')
-rw-r--r--package/ntfs-3g/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/package/ntfs-3g/Makefile b/package/ntfs-3g/Makefile
index 686c0e3c9..f883a2948 100644
--- a/package/ntfs-3g/Makefile
+++ b/package/ntfs-3g/Makefile
@@ -9,12 +9,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=ntfs-3g
-PKG_VERSION:=1.0
-PKG_RELEASE:=1
+PKG_VERSION:=1.616
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tgz
PKG_SOURCE_URL:=http://www.ntfs-3g.org/
-PKG_MD5SUM:=873a8de662849d129fc7c475ad3f5447
+PKG_MD5SUM:=fdb1c55f00263c962a52d0707a6d075e
PKG_BUILD_DEPENDS:=libfuse
@@ -33,6 +33,8 @@ endef
CONFIGURE_ARGS += \
--enable-shared \
--enable-static \
+ , \
+ ac_cv_path_LDCONFIG=""
define Build/Compile
$(MAKE) -C $(PKG_BUILD_DIR) \