Removed dhsdomainname in favor of the net-tools version

This commit is contained in:
2016-11-07 10:53:06 -06:00
parent a481cf8ace
commit 0af2673ef5

View File

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