From fc42e192508508b2c49434fd700f833c15eabbb0 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 1 Nov 2016 22:02:29 -0500 Subject: net-wireless/crda: Py3, and keyword pycrypto dep Signed-off-by: A. Wilcox Signed-off-by: Elizabeth Myers Signed-off-by: Horst Burkhardt --- .../crda/files/crda-3.18-no-ldconfig.patch | 28 ++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 net-wireless/crda/files/crda-3.18-no-ldconfig.patch (limited to 'net-wireless/crda/files/crda-3.18-no-ldconfig.patch') diff --git a/net-wireless/crda/files/crda-3.18-no-ldconfig.patch b/net-wireless/crda/files/crda-3.18-no-ldconfig.patch new file mode 100644 index 000000000..a5cc42084 --- /dev/null +++ b/net-wireless/crda/files/crda-3.18-no-ldconfig.patch @@ -0,0 +1,28 @@ +From b11d83df189670defe4a29c624f2930351c13df2 Mon Sep 17 00:00:00 2001 +From: Mike Frysinger +Date: Wed, 4 Mar 2015 13:56:36 -0500 +Subject: [PATCH] do not run ldconfig + +Let the distro/user deal with ldconfig updating. Running it blindly like +this breaks DESTDIR installs as `ldconfig` only operates on system paths. + +Signed-off-by: Mike Frysinger +--- + Makefile | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/Makefile b/Makefile +index a3ead30..46c683d 100644 +--- a/Makefile ++++ b/Makefile +@@ -127,7 +127,6 @@ install-libreg: + $(NQ) ' INSTALL libreg' + $(Q)mkdir -p $(DESTDIR)/$(LIBDIR) + $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/ +- $(Q)ldconfig + + %.o: %.c regdb.h $(LIBREG) + $(NQ) ' CC ' $@ +-- +2.3.1 + -- cgit v1.2.3-60-g2f50