From 15cd70d8180c2a45287e4bd8ce01a2a9248e8d62 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Mon, 24 Feb 2014 03:17:10 +0000 Subject: Mon Feb 24 03:14:11 UTC 2014 --- core/crda/0001-Makefile-Don-t-run-ldconfig.patch | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 core/crda/0001-Makefile-Don-t-run-ldconfig.patch (limited to 'core/crda/0001-Makefile-Don-t-run-ldconfig.patch') diff --git a/core/crda/0001-Makefile-Don-t-run-ldconfig.patch b/core/crda/0001-Makefile-Don-t-run-ldconfig.patch new file mode 100644 index 000000000..e9f102dc4 --- /dev/null +++ b/core/crda/0001-Makefile-Don-t-run-ldconfig.patch @@ -0,0 +1,24 @@ +From 15bc8065e9dc5485c650c528f8d80f7536e378d6 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Thomas=20B=C3=A4chler?= +Date: Fri, 21 Feb 2014 20:30:24 +0100 +Subject: [PATCH] Makefile: Don't run ldconfig + +--- + Makefile | 1 - + 1 file changed, 1 deletion(-) + +diff --git a/Makefile b/Makefile +index 80f4946..c003195 100644 +--- a/Makefile ++++ b/Makefile +@@ -130,7 +130,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 ' $@ +-- +1.9.0 + -- cgit v1.2.3-54-g00ecf