f09e258adb96c65c6205ab6940a2162555c86e66
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / crda / 0002-drop-ldconfig-call.patch
1 Drop ldconfig call, it's useless for cross-compiling.
2
3 Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
4
5 diff -Nura crda-3.18.orig/Makefile crda-3.18/Makefile
6 --- crda-3.18.orig/Makefile     2015-02-18 10:34:23.841259401 -0300
7 +++ crda-3.18/Makefile  2015-02-18 10:35:10.524201452 -0300
8 @@ -127,7 +127,6 @@
9         $(NQ) '  INSTALL  libreg'
10         $(Q)mkdir -p $(DESTDIR)/$(LIBDIR)
11         $(Q)cp $(LIBREG) $(DESTDIR)/$(LIBDIR)/
12 -       $(Q)ldconfig
13  
14  %.o: %.c regdb.h $(LIBREG)
15         $(NQ) '  CC  ' $@