From: Jo-Philipp Wich Date: Wed, 2 Jul 2014 12:41:36 +0000 (+0000) Subject: iproute2: re-enable PIC, it is only applied to libnetlink.a and required for collectd X-Git-Tag: reboot~6693 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=16d8827150c6ce9250de65bbba28153ca996cb90 iproute2: re-enable PIC, it is only applied to libnetlink.a and required for collectd Signed-off-by: Jo-Philipp Wich SVN-Revision: 41460 --- diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile index 558855ff4c..fc47159b0d 100644 --- a/package/network/utils/iproute2/Makefile +++ b/package/network/utils/iproute2/Makefile @@ -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)