summaryrefslogtreecommitdiffstats
path: root/package/ntfs-3g/patches
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/patches
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/patches')
-rw-r--r--package/ntfs-3g/patches/100-no_ldconfig.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/ntfs-3g/patches/100-no_ldconfig.patch b/package/ntfs-3g/patches/100-no_ldconfig.patch
deleted file mode 100644
index 60371cb14..000000000
--- a/package/ntfs-3g/patches/100-no_ldconfig.patch
+++ /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)