X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=net%2Fmtr%2FMakefile;h=41fb068e8652cb7aaa62999e0345a68fc8214219;hp=06940e3efb2b5af90f0b8619900e41bdfad67268;hb=70fe9627083fa72a41c9504d42d2aecdfb3a4e0c;hpb=eb32141e9f995ee1b4297373c74a7a2407de0a0e diff --git a/net/mtr/Makefile b/net/mtr/Makefile index 06940e3efb..41fb068e86 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mtr -PKG_VERSION:=0.75 +PKG_VERSION:=0.80 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=ftp://ftp.bitwizard.nl/mtr/ -PKG_MD5SUM:=23baca52d0922c2ecba7eba05317868c +PKG_SOURCE_URL:=ftp://ftp.bitwizard.nl/mtr +PKG_MD5SUM:=fa68528eaec1757f52bacf9fea8c68a9 PKG_INSTALL:=1 @@ -38,6 +38,12 @@ define Package/mtr/description running statistics about each machine. endef +CONFIGURE_ARGS += \ + --without-gtk \ + +CONFIGURE_VARS += \ + ac_cv_lib_resolv_res_mkquery=yes \ + define Build/Configure (cd $(PKG_BUILD_DIR); touch \ configure.in \ @@ -48,11 +54,7 @@ define Build/Configure config.h.in \ configure \ ); - $(call Build/Configure/Default, \ - --without-gtk \ - , \ - ac_cv_lib_resolv_res_mkquery=yes \ - ) + $(call Build/Configure/Default) endef define Package/mtr/install