mirror of https://github.com/hak5/openwrt.git
9 lines
165 B
Diff
9 lines
165 B
Diff
|
--- a/lib/Makefile
|
||
|
+++ b/lib/Makefile
|
||
|
@@ -1,4 +1,4 @@
|
||
|
-CFLAGS += -fPIC
|
||
|
+CFLAGS+=$(FPIC)
|
||
|
|
||
|
UTILOBJ=utils.o rt_names.o ll_types.o ll_proto.o ll_addr.o inet_proto.o
|
||
|
|