summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Hill <ahill@breadpudding.dev>2025-04-20 06:38:40 -0400
committerAlexander Hill <ahill@breadpudding.dev>2025-04-20 06:38:40 -0400
commit48a3a6782bc086f363b4b8a9d005bc7120a6fb28 (patch)
treeaaaf6237c3a0c9fdfb18adc592af0c394eaea33a
parentf8115c79b80cffaa532d232ccd0481709f3caa34 (diff)
Enabled the hostname command
-rwxr-xr-xbuild-bootstrap.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-bootstrap.sh b/build-bootstrap.sh
index 11adc68..8deb454 100755
--- a/build-bootstrap.sh
+++ b/build-bootstrap.sh
@@ -148,6 +148,7 @@ cd coreutils-*/
./configure \
--datarootdir=/usr/share \
--disable-nls \
+ --enable-install-program=hostname \
--includedir=/usr/include \
--libexecdir=/lib \
--prefix="" \