iproute2: re-enable PIC, it is only applied to libnetlink.a and required for collectd

Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41460 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
Jo-Philipp Wich
2014-07-02 12:41:36 +00:00
parent f920c0fa5c
commit 62fe9393f9

View File

@@ -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)