aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/utils/iproute2
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
commit62fe9393f9eb7d022d02cb89db5f05b3840cd5e6 (patch)
treeca787d22eae07f33d688a790a4af05fb5eb564c8 /package/network/utils/iproute2
parentf920c0fa5c48398b27ebc35374f5411152f4c703 (diff)
downloadmaster-187ad058-62fe9393f9eb7d022d02cb89db5f05b3840cd5e6.tar.gz
master-187ad058-62fe9393f9eb7d022d02cb89db5f05b3840cd5e6.tar.bz2
master-187ad058-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
Diffstat (limited to 'package/network/utils/iproute2')
-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 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)