aboutsummaryrefslogtreecommitdiffstats
path: root/testing/crda/01-Makefile-dont-run-ldconfig.patch
diff options
context:
space:
mode:
authorStefan Wagner <stw@bit-strickerei.de>2016-08-18 20:01:37 +0200
committerCarlo Landmeter <clandmeter@gmail.com>2016-08-18 21:21:06 +0200
commit2f2883cc10692bcb0db5997907b081268fad8d79 (patch)
treed81d38b511465f265bd65324bb46fdfeee4749e6 /testing/crda/01-Makefile-dont-run-ldconfig.patch
parentbe6dec1f57e2315d6b3e04d81be7d2220edbdf7f (diff)
downloadaports-2f2883cc10692bcb0db5997907b081268fad8d79.tar.bz2
aports-2f2883cc10692bcb0db5997907b081268fad8d79.tar.xz
testing/[various]: move to community
Diffstat (limited to 'testing/crda/01-Makefile-dont-run-ldconfig.patch')
-rw-r--r--testing/crda/01-Makefile-dont-run-ldconfig.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/testing/crda/01-Makefile-dont-run-ldconfig.patch b/testing/crda/01-Makefile-dont-run-ldconfig.patch
deleted file mode 100644
index d1e7477b68..0000000000
--- a/testing/crda/01-Makefile-dont-run-ldconfig.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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 ' $@