mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
15
package/crda/0002-drop-ldconfig-call.patch
Normal file
15
package/crda/0002-drop-ldconfig-call.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
Drop ldconfig call, it's useless for cross-compiling.
|
||||
|
||||
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
|
||||
|
||||
diff -Nura crda-3.18.orig/Makefile crda-3.18/Makefile
|
||||
--- crda-3.18.orig/Makefile 2015-02-18 10:34:23.841259401 -0300
|
||||
+++ crda-3.18/Makefile 2015-02-18 10:35:10.524201452 -0300
|
||||
@@ -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 ' $@
|
||||
Reference in New Issue
Block a user