Magellan Linux

Contents of /trunk/crda/patches/crda-3.18-makefile-don-t-run-ldconfig.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2753 - (show annotations) (download)
Thu Jan 14 16:16:34 2016 UTC (8 years, 3 months ago) by niro
File size: 581 byte(s)
-added build fixes
1 From 15bc8065e9dc5485c650c528f8d80f7536e378d6 Mon Sep 17 00:00:00 2001
2 From: =?UTF-8?q?Thomas=20B=C3=A4chler?= <thomas@archlinux.org>
3 Date: Fri, 21 Feb 2014 20:30:24 +0100
4 Subject: [PATCH] Makefile: Don't run ldconfig
5
6 ---
7 Makefile | 1 -
8 1 file changed, 1 deletion(-)
9
10 diff --git a/Makefile b/Makefile
11 index 80f4946..c003195 100644
12 --- a/Makefile
13 +++ b/Makefile
14 @@ -130,7 +130,6 @@ install-libreg:
15 $(NQ) ' INSTALL libreg'
16 $(Q)mkdir -p $(DESTDIR)/$(LIBDIR)
17 $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/
18 - $(Q)ldconfig
19
20 %.o: %.c regdb.h $(LIBREG)
21 $(NQ) ' CC ' $@
22 --
23 1.9.0
24