iproute2: honour when building libnetlink.a, completes r18323 and fixes #6160
SVN-Revision: 18422
This commit is contained in:
parent
44aa03f2f9
commit
013fa61257
1 changed files with 7 additions and 0 deletions
7
package/iproute2/patches/120-libnetlink-pic.patch
Normal file
7
package/iproute2/patches/120-libnetlink-pic.patch
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
--- a/lib/Makefile
|
||||||
|
+++ b/lib/Makefile
|
||||||
|
@@ -1,3 +1,4 @@
|
||||||
|
+CFLAGS+=$(FPIC)
|
||||||
|
|
||||||
|
UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o
|
||||||
|
|
Loading…
Reference in a new issue