diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-07-02 12:41:36 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-07-02 12:41:36 +0000 |
commit | 16d8827150c6ce9250de65bbba28153ca996cb90 (patch) | |
tree | ba0cdd83b7a1b1884e01fcb9a01f89bda4b946f3 /package | |
parent | 28f44a4f910046267a943349f71501991c15d573 (diff) | |
download | upstream-16d8827150c6ce9250de65bbba28153ca996cb90.tar.gz upstream-16d8827150c6ce9250de65bbba28153ca996cb90.tar.bz2 upstream-16d8827150c6ce9250de65bbba28153ca996cb90.zip |
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
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/iproute2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |