Upgrade ntfs-3g to 1.616 (#1954)
authorFlorian Fainelli <florian@openwrt.org>
Sat, 23 Jun 2007 16:05:54 +0000 (16:05 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Sat, 23 Jun 2007 16:05:54 +0000 (16:05 +0000)
SVN-Revision: 7717

package/ntfs-3g/Makefile
package/ntfs-3g/patches/100-no_ldconfig.patch [deleted file]

index 686c0e3c9541b2bd07aaa28bde13deef25b0b9cc..f883a2948affa08ff838b41515bfa7eb99359954 100644 (file)
@@ -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) \
diff --git a/package/ntfs-3g/patches/100-no_ldconfig.patch b/package/ntfs-3g/patches/100-no_ldconfig.patch
deleted file mode 100644 (file)
index 60371cb..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: ntfs-3g-1.0/src/Makefile.in
-===================================================================
---- ntfs-3g-1.0.orig/src/Makefile.in   2007-06-04 13:23:57.444001080 +0200
-+++ ntfs-3g-1.0/src/Makefile.in        2007-06-04 13:23:57.567982232 +0200
-@@ -582,7 +582,7 @@
- install-exec-hook:
-       $(INSTALL) -d $(DESTDIR)/sbin
-       $(LN_S) -f $(bindir)/ntfs-3g $(DESTDIR)/sbin/mount.ntfs-3g
--      $(LDCONFIG)
-+#     $(LDCONFIG)
- install-data-hook:
-       $(INSTALL) -d $(DESTDIR)$(man8dir)