diff options
author | Stefan Wagner <stw@bit-strickerei.de> | 2016-08-18 20:01:37 +0200 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2016-08-18 21:21:06 +0200 |
commit | 2f2883cc10692bcb0db5997907b081268fad8d79 (patch) | |
tree | d81d38b511465f265bd65324bb46fdfeee4749e6 /community/crda/01-Makefile-dont-run-ldconfig.patch | |
parent | be6dec1f57e2315d6b3e04d81be7d2220edbdf7f (diff) | |
download | aports-2f2883cc10692bcb0db5997907b081268fad8d79.tar.bz2 aports-2f2883cc10692bcb0db5997907b081268fad8d79.tar.xz |
testing/[various]: move to community
Diffstat (limited to 'community/crda/01-Makefile-dont-run-ldconfig.patch')
-rw-r--r-- | community/crda/01-Makefile-dont-run-ldconfig.patch | 10 |
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 ' $@ |