diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-08 17:34:08 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-02-08 17:34:08 +0000 |
commit | a907c5ff7d4e08a397526fdb4f89a262bcbf42c9 (patch) | |
tree | 823d05958b31f2eccb20171ac0617187fec2b8a8 /package/ntfs-3g/patches | |
parent | 1e162b97a87c1333d54a1a0a98974c8d2b981baf (diff) |
add NTFS-3G
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6279 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/ntfs-3g/patches')
-rw-r--r-- | package/ntfs-3g/patches/100-no_ldconfig.patch | 12 |
1 files changed, 12 insertions, 0 deletions
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) |