aboutsummaryrefslogtreecommitdiffstats
path: root/community/crda/01-Makefile-dont-run-ldconfig.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/crda/01-Makefile-dont-run-ldconfig.patch')
-rw-r--r--community/crda/01-Makefile-dont-run-ldconfig.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/crda/01-Makefile-dont-run-ldconfig.patch b/community/crda/01-Makefile-dont-run-ldconfig.patch
new file mode 100644
index 0000000000..d1e7477b68
--- /dev/null
+++ b/community/crda/01-Makefile-dont-run-ldconfig.patch
@@ -0,0 +1,10 @@
+--- a/Makefile 2014-12-11 00:51:29.000000000 +0100
++++ b/Makefile 2016-04-23 03:03:33.785974265 +0200
+@@ -127,7 +127,6 @@
+ $(NQ) ' INSTALL libreg'
+ $(Q)mkdir -p $(DESTDIR)/$(LIBDIR)
+ $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/
+- $(Q)ldconfig
+
+ %.o: %.c regdb.h $(LIBREG)
+ $(NQ) ' CC ' $@