mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-13 02:14:53 +00:00
84e9706d09
SVN-Revision: 21513
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
|
|
|