summaryrefslogtreecommitdiff
path: root/package/network
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2014-07-02 12:41:36 +0000
committerJo-Philipp Wich <jow@openwrt.org>2014-07-02 12:41:36 +0000
commit16d8827150c6ce9250de65bbba28153ca996cb90 (patch)
treeba0cdd83b7a1b1884e01fcb9a01f89bda4b946f3 /package/network
parent28f44a4f910046267a943349f71501991c15d573 (diff)
downloadmtk-20170518-16d8827150c6ce9250de65bbba28153ca996cb90.zip
mtk-20170518-16d8827150c6ce9250de65bbba28153ca996cb90.tar.gz
mtk-20170518-16d8827150c6ce9250de65bbba28153ca996cb90.tar.bz2
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/network')
-rw-r--r--package/network/utils/iproute2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/iproute2/Makefile b/package/network/utils/iproute2/Makefile
index 558855f..fc47159 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)