From d411ddbd81c0466e64ee6aa503e2d3f22af07fa8 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Thu, 8 Feb 2007 17:34:08 +0000 Subject: add NTFS-3G SVN-Revision: 6279 --- package/ntfs-3g/patches/100-no_ldconfig.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/ntfs-3g/patches/100-no_ldconfig.patch (limited to 'package/ntfs-3g/patches') diff --git a/package/ntfs-3g/patches/100-no_ldconfig.patch b/package/ntfs-3g/patches/100-no_ldconfig.patch new file mode 100644 index 0000000000..c64db73d28 --- /dev/null +++ b/package/ntfs-3g/patches/100-no_ldconfig.patch @@ -0,0 +1,12 @@ +diff -Nur ntfs-3g-0.20070207-RC1/src/Makefile.in ntfs-3g-0.20070207-RC1-owrt/src/Makefile.in +--- ntfs-3g-0.20070207-RC1/src/Makefile.in 2007-02-06 22:43:10.000000000 +0100 ++++ ntfs-3g-0.20070207-RC1-owrt/src/Makefile.in 2007-02-08 12:54:27.000000000 +0100 +@@ -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) -- cgit v1.2.3