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 | 62fe9393f9eb7d022d02cb89db5f05b3840cd5e6 (patch) | |
tree | ca787d22eae07f33d688a790a4af05fb5eb564c8 | |
parent | f920c0fa5c48398b27ebc35374f5411152f4c703 (diff) | |
download | upstream-62fe9393f9eb7d022d02cb89db5f05b3840cd5e6.tar.gz upstream-62fe9393f9eb7d022d02cb89db5f05b3840cd5e6.tar.bz2 upstream-62fe9393f9eb7d022d02cb89db5f05b3840cd5e6.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@41460 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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) |