From: <abe...@us...> - 2016-11-04 16:17:07
|
Revision: 7924 http://sourceforge.net/p/astlinux/code/7924 Author: abelbeck Date: 2016-11-04 16:17:05 +0000 (Fri, 04 Nov 2016) Log Message: ----------- iproute2, version bump to 3.16.0, adds 'bridge' command 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-11-04 14:16:35 UTC (rev 7923) +++ branches/1.0/package/iproute2/iproute2.mk 2016-11-04 16:17:05 UTC (rev 7924) @@ -4,12 +4,12 @@ # ############################################################# -IPROUTE2_VERSION = 3.4.0 -IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.bz2 +IPROUTE2_VERSION = 3.16.0 +IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2 -IPROUTE2_TARGET_SBINS = ctstat genl ifstat ip lnstat nstat routef routel rtacct rtmon rtpr rtstat ss tc +IPROUTE2_TARGET_SBINS = ip tc bridge ss rtmon ifcfg rtpr routel routef nstat ifstat rtacct lnstat genl ctstat rtstat -IPROUTE2_DEPENDENCIES += host-bison +IPROUTE2_DEPENDENCIES += host-bison host-flex host-pkg-config # If both iproute2 and busybox are selected, make certain we win # the fight over who gets to have their utils actually installed. @@ -39,7 +39,10 @@ define IPROUTE2_BUILD_CMDS $(SED) 's/$$(CCOPTS)//' $(@D)/netem/Makefile - $(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" CCOPTS="$(TARGET_CFLAGS) -D_GNU_SOURCE" -C $(@D) + $(TARGET_MAKE_ENV) LDFLAGS="$(TARGET_LDFLAGS)" $(MAKE) \ + DBM_INCLUDE="$(STAGING_DIR)/usr/include" \ + SHARED_LIBS=y \ + CC="$(TARGET_CC)" CCOPTS="$(TARGET_CFLAGS) -D_GNU_SOURCE" -C $(@D) endef define IPROUTE2_INSTALL_TARGET_CMDS This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |