git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
84d27dc
)
mtr: respect IPv6 settings
author
Alexander Ryzhov
<redacted>
Thu, 23 Apr 2015 13:50:30 +0000
(13:50 +0000)
committer
Alexander Ryzhov
<redacted>
Thu, 21 May 2015 06:13:35 +0000
(06:13 +0000)
Signed-off-by: Alexander Ryzhov <redacted>
net/mtr/Makefile
patch
|
blob
|
history
diff --git
a/net/mtr/Makefile
b/net/mtr/Makefile
index 7214991be5cb4729808915b96f7a5a4b6d4ce2b9..9498baf0ef39788894646cd7cb9e8bc5cb96f273 100644
(file)
--- a/
net/mtr/Makefile
+++ b/
net/mtr/Makefile
@@
-9,7
+9,7
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=mtr
PKG_VERSION:=0.86
-PKG_RELEASE:=
1
+PKG_RELEASE:=
2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=ftp://ftp.bitwizard.nl/mtr
@@
-46,6
+46,7
@@
endef
CONFIGURE_ARGS += \
--without-gtk \
--without-glib \
+ $(call autoconf_bool,CONFIG_IPV6,ipv6)
define Build/Configure
(cd $(PKG_BUILD_DIR); touch \
git clone https://git.99rst.org/PROJECT