Author: jow Date: 2014-07-02 14:41:36 +0200 (Wed, 02 Jul 2014) New Revision: 41460
Modified: trunk/package/network/utils/iproute2/Makefile Log: iproute2: re-enable PIC, it is only applied to libnetlink.a and required for collectd Signed-off-by: Jo-Philipp Wich <[email protected]> Modified: trunk/package/network/utils/iproute2/Makefile =================================================================== --- trunk/package/network/utils/iproute2/Makefile 2014-07-02 11:39:28 UTC (rev 41459) +++ trunk/package/network/utils/iproute2/Makefile 2014-07-02 12:41:36 UTC (rev 41460) @@ -86,7 +86,7 @@ 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) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
