summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-10-09 20:08:03 -0600
committerEric Blake <ebb9@byu.net>2009-10-09 20:08:03 -0600
commit219f2f05382031f5d7e9532cc5768e79620bb90a (patch)
tree1356c70d63c2e66fa3bdc00098806a2e87a74ed8
parent78c93601787e003570c6f3fc74de1b4d760054d4 (diff)
downloadcoreutils-219f2f05382031f5d7e9532cc5768e79620bb90a.tar.xz
maint: touch up previous LDADD patch
* src/Makefile.am (stdbuf_LDADD): Add missing primer. (hostname_LDADD, uname_LDADD): Add GETHOSTNAME_LIB. * bootstrap.conf (gnulib_modules): Add uname.
-rw-r--r--bootstrap.conf1
-rw-r--r--src/Makefile.am5
2 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap.conf b/bootstrap.conf
index 9cf3746a2..e9b198c53 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -210,6 +210,7 @@ gnulib_modules="
sys_stat
timespec
tzset
+ uname
unicodeio
unistd-safer
unlink-busy
diff --git a/src/Makefile.am b/src/Makefile.am
index 56cd0d402..ed7cc8648 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -166,6 +166,7 @@ sleep_LDADD = $(LDADD)
sort_LDADD = $(LDADD)
split_LDADD = $(LDADD)
stat_LDADD = $(LDADD)
+stdbuf_LDADD = $(LDADD)
stty_LDADD = $(LDADD)
su_LDADD = $(LDADD)
sum_LDADD = $(LDADD)
@@ -293,6 +294,10 @@ truncate_LDADD += $(LIBICONV)
pinky_LDADD += $(GETADDRINFO_LIB)
who_LDADD += $(GETADDRINFO_LIB)
+# for gethostname, uname
+hostname_LDADD += $(GETHOSTNAME_LIB)
+uname_LDADD += $(GETHOSTNAME_LIB)
+
$(PROGRAMS): ../lib/libcoreutils.a
# Get the release year from ../lib/version-etc.c.