Skip to content
Snippets Groups Projects
Commit 16d88271 authored by Jo-Philipp Wich's avatar Jo-Philipp Wich
Browse files

iproute2: re-enable PIC, it is only applied to libnetlink.a and required for collectd


Signed-off-by: default avatarJo-Philipp Wich <jow@openwrt.org>

SVN-Revision: 41460
parent 28f44a4f
No related branches found
No related tags found
No related merge requests found
...@@ -86,7 +86,7 @@ MAKE_FLAGS += \ ...@@ -86,7 +86,7 @@ MAKE_FLAGS += \
SHARED_LIBS="" \ SHARED_LIBS="" \
LDFLAGS="-Wl,--gc-sections" \ LDFLAGS="-Wl,--gc-sections" \
IP_CONFIG_TINY=$(IP_CONFIG_TINY) \ IP_CONFIG_TINY=$(IP_CONFIG_TINY) \
FPIC="" FPIC="$(FPIC)"
define Build/Compile define Build/Compile
+$(MAKE_VARS) $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS) +$(MAKE_VARS) $(MAKE) $(PKG_JOBS) -C $(PKG_BUILD_DIR) $(MAKE_FLAGS)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment