From: <abe...@us...> - 2016-08-08 13:11:37
|
Revision: 7794 http://sourceforge.net/p/astlinux/code/7794 Author: abelbeck Date: 2016-08-08 13:11:34 +0000 (Mon, 08 Aug 2016) Log Message: ----------- iproute2, use @D instead of IPROUTE2_DIR Modified Paths: -------------- branches/1.0/package/iproute2/iproute2.mk Modified: branches/1.0/package/iproute2/iproute2.mk =================================================================== --- branches/1.0/package/iproute2/iproute2.mk 2016-08-07 15:23:47 UTC (rev 7793) +++ branches/1.0/package/iproute2/iproute2.mk 2016-08-08 13:11:34 UTC (rev 7794) @@ -22,8 +22,8 @@ IPROUTE2_DEPENDENCIES += iptables define IPROUTE2_WITH_IPTABLES # Makefile is busted so it never passes IPT_LIB_DIR properly - $(SED) "s/-DIPT/-DXT/" $(IPROUTE2_DIR)/tc/Makefile - echo "TC_CONFIG_XT:=y" >>$(IPROUTE2_DIR)/Config + $(SED) "s/-DIPT/-DXT/" $(@D)/tc/Makefile + echo "TC_CONFIG_XT:=y" >>$(@D)/Config endef endif @@ -32,8 +32,8 @@ $(SED) 's/gcc/$$CC $$CFLAGS/g' $(@D)/configure cd $(@D) && $(TARGET_CONFIGURE_OPTS) ./configure # arpd needs berkeleydb - $(SED) "/^TARGETS=/s: arpd : :" $(IPROUTE2_DIR)/misc/Makefile - echo "IPT_LIB_DIR:=/usr/lib/xtables" >>$(IPROUTE2_DIR)/Config + $(SED) "/^TARGETS=/s: arpd : :" $(@D)/misc/Makefile + echo "IPT_LIB_DIR:=/usr/lib/xtables" >>$(@D)/Config $(IPROUTE2_WITH_IPTABLES) endef This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |