mirror of
https://github.com/pygos/build.git
synced 2024-11-22 11:09:46 +01:00
Enable hostname binary in inetutils
Signed-off-by: David Oberhollenzer <david.oberhollenzer@tele2.at>
This commit is contained in:
parent
131a4446e2
commit
5eddadf32b
2 changed files with 2 additions and 2 deletions
|
@ -14,7 +14,7 @@ if [ -x /bin/id ]; then
|
||||||
LOGNAME=$USER
|
LOGNAME=$USER
|
||||||
fi
|
fi
|
||||||
|
|
||||||
HOSTNAME=$(/bin/cat /etc/hostname)
|
HOSTNAME=$(/bin/hostname)
|
||||||
HISTSIZE=1000
|
HISTSIZE=1000
|
||||||
HISTCONTROL=ignoreboth
|
HISTCONTROL=ignoreboth
|
||||||
PATH=/bin
|
PATH=/bin
|
||||||
|
|
|
@ -14,7 +14,7 @@ build() {
|
||||||
local OUTPUT="$2"
|
local OUTPUT="$2"
|
||||||
|
|
||||||
$INPUT/configure --prefix="" --host="$TARGET" --disable-servers \
|
$INPUT/configure --prefix="" --host="$TARGET" --disable-servers \
|
||||||
--disable-dnsdomainname --disable-hostname \
|
--disable-dnsdomainname --enable-hostname \
|
||||||
--disable-rcp --disable-rexec --disable-rlogin \
|
--disable-rcp --disable-rexec --disable-rlogin \
|
||||||
--disable-rsh --disable-logger --disable-talk \
|
--disable-rsh --disable-logger --disable-talk \
|
||||||
--disable-ifconfig
|
--disable-ifconfig
|
||||||
|
|
Loading…
Reference in a new issue