]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
build: libstdbuf.so: avoid new OS X link failure
authorJim Meyering <meyering@fb.com>
Sun, 25 May 2014 19:46:00 +0000 (12:46 -0700)
committerJim Meyering <meyering@fb.com>
Sun, 25 May 2014 22:15:18 +0000 (15:15 -0700)
* src/local.mk (src_libstdbuf_so_LDADD): Add $(LIBINTL),
to avoid link failure on OS X.

src/local.mk

index 1d7abf600adabd187f3638b89e70cc055fd92679..865dd745234c03848a811ca4057fed2c22f28234 100644 (file)
@@ -387,7 +387,7 @@ src_ginstall_CPPFLAGS = -DENABLE_MATCHPATHCON=1 $(AM_CPPFLAGS)
 
 # Ensure we don't link against libcoreutils.a as that lib is
 # not compiled with -fPIC which causes issues on 64 bit at least
-src_libstdbuf_so_LDADD =
+src_libstdbuf_so_LDADD = $(LIBINTL)
 
 # Note libstdbuf is only compiled if GCC is available
 # (as per the check in configure.ac), so these flags should be available.