From: Eric Blake Date: Sat, 10 Oct 2009 02:08:03 +0000 (-0600) Subject: maint: touch up previous LDADD patch X-Git-Tag: v8.1~114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=219f2f05382031f5d7e9532cc5768e79620bb90a;p=thirdparty%2Fcoreutils.git 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. --- diff --git a/bootstrap.conf b/bootstrap.conf index 9cf3746a2a..e9b198c536 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 56cd0d402c..ed7cc86482 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.