diff --git a/Makefile b/Makefile index 4272d72..ee7aa2b 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ DEPENDS = glibc,ncurses,readline ARCH = x86_64 URL = https://www.gnu.org/software/inetutils/ DESC = Inetutils is a collection of common network programs. -SNAPVER = sr3 +SNAPVER = sr4 ARCHIVE := $(PWD)/SRC/$(shell ls SRC|egrep '(bz2|gz|tar|xz)$$'|tail -1) TYPE := $(shell file -ib $(ARCHIVE)|cut -d';' -f1|tr -d '\n') @@ -50,6 +50,7 @@ $(SRCDIR)/config.log: $(SRCDIR)/configure --disable-whois \ --disable-hostname \ --disable-ifconfig \ + --disable-dnsdomainname \ --disable-rcp \ --disable-rexec \ --disable-rlogin \