Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -7,8 +7,6 @@
|
||||
NET_TOOLS_VERSION = 3f170bff115303e92319791cbd56371e33dcbf6d
|
||||
NET_TOOLS_SITE = git://git.code.sf.net/p/net-tools/code
|
||||
NET_TOOLS_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
|
||||
NET_TOOLS_LDFLAGS = $(TARGET_LDFLAGS) \
|
||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),-lintl)
|
||||
NET_TOOLS_LICENSE = GPLv2+
|
||||
NET_TOOLS_LICENSE_FILES = COPYING
|
||||
|
||||
@@ -36,8 +34,9 @@ endef
|
||||
NET_TOOLS_POST_CONFIGURE_HOOKS += NET_TOOLS_ENABLE_I18N NET_TOOLS_ENABLE_IPV6
|
||||
|
||||
define NET_TOOLS_BUILD_CMDS
|
||||
$(TARGET_MAKE_ENV) AR="$(TARGET_AR)" CC="$(TARGET_CC)" \
|
||||
LDFLAGS="$(NET_TOOLS_LDFLAGS)" $(MAKE) -C $(@D)
|
||||
$(TARGET_CONFIGURE_OPTS) \
|
||||
LIBS="$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),-lintl)" \
|
||||
$(MAKE) -C $(@D)
|
||||
endef
|
||||
|
||||
# install renames conflicting binaries, update does not
|
||||
|
||||
Reference in New Issue
Block a user