]> git.ipfire.org Git - thirdparty/coreutils.git/commit
build: avoid sort link failure on Solaris 10
authorJim Meyering <meyering@redhat.com>
Sun, 5 Aug 2012 08:05:13 +0000 (10:05 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 5 Aug 2012 08:05:13 +0000 (10:05 +0200)
commitf1b85e3ca7265b3ced70f573fcfe02ce0ed6e189
tree7747c741b7045d2eb66062b04c8885b05fde913c
parent3b8139e85f3a96dfefaba94d0764135376135ae8
build: avoid sort link failure on Solaris 10

* src/Makefile.am (sort_LDADD): Sort uses euidaccess, which may require
whatever library configure deemed necessary to resolve the eaccess
function, but no one told sort to link with that library.
(sort_LDADD): Add $(LIB_EACCESS).
src/Makefile.am