iproute2: re-enable PIC, it is only applied to libnetlink.a and required for collectd
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 41460
This commit is contained in:
parent
28f44a4f91
commit
16d8827150
1 changed files with 1 additions and 1 deletions
|
@ -86,7 +86,7 @@ MAKE_FLAGS += \
|
|||
SHARED_LIBS="" \
|
||||
LDFLAGS="-Wl,--gc-sections" \
|
||||
IP_CONFIG_TINY=$(IP_CONFIG_TINY) \
|
||||
FPIC=""
|
||||
FPIC="$(FPIC)"
|
||||
|
||||
define Build/Compile
|
||||
+$(MAKE_VARS) $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS)
|
||||
|
|
Loading…
Reference in a new issue