mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
mtr: respect IPv6 settings
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
This commit is contained in:
+2
-1
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=mtr
|
PKG_NAME:=mtr
|
||||||
PKG_VERSION:=0.86
|
PKG_VERSION:=0.86
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
PKG_SOURCE_URL:=ftp://ftp.bitwizard.nl/mtr
|
PKG_SOURCE_URL:=ftp://ftp.bitwizard.nl/mtr
|
||||||
@@ -46,6 +46,7 @@ endef
|
|||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
--without-gtk \
|
--without-gtk \
|
||||||
--without-glib \
|
--without-glib \
|
||||||
|
$(call autoconf_bool,CONFIG_IPV6,ipv6)
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
(cd $(PKG_BUILD_DIR); touch \
|
(cd $(PKG_BUILD_DIR); touch \
|
||||||
|
|||||||
Reference in New Issue
Block a user