Magellan Linux

Contents of /trunk/libnl/patches/libnl-1.1-flags.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 845 - (show annotations) (download)
Fri Jun 12 10:41:10 2009 UTC (14 years, 11 months ago) by niro
File size: 534 byte(s)
added libnl patches

1 --- libnl-1.1/lib/Makefile.orig 2008-01-14 16:48:45.000000000 +0100
2 +++ libnl-1.1/lib/Makefile 2009-05-26 09:47:42.000000000 +0200
3 @@ -48,7 +48,7 @@
4
5 $(OUT_SLIB): ../Makefile.opts $(OBJ)
6 @echo " LD $(OUT_SLIB)"; \
7 - $(CC) -shared -Wl,-soname,libnl.so.1 -o $(OUT_SLIB) $(OBJ) $(LIBNL_LIB) -lc
8 + $(CC) $(CFLAGS) $(LDFLAGS) -shared -Wl,-soname,libnl.so.1 -o $(OUT_SLIB) $(OBJ) $(LIBNL_LIB) -lc
9 @echo " LN $(OUT_SLIB) $(LN1_SLIB)"; \
10 rm -f $(LN1_SLIB) ; $(LN) -s $(OUT_SLIB) $(LN1_SLIB)
11 @echo " LN $(LN1_SLIB) $(LN_SLIB)"; \