]> git.ipfire.org Git - thirdparty/tar.git/commit
Port linking to AIX 7.1
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Mar 2021 01:58:58 +0000 (17:58 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 8 Mar 2021 02:30:08 +0000 (18:30 -0800)
commit5227d66b3c4f7035d4ac69f613b62d68345cb362
tree230002c8c1306640e4869129f57f1d60e6bb8b90
parentf51461d8be7ae89388dd0ffd8c9be4572e81bbc6
Port linking to AIX 7.1

* src/Makefile.am (LDADD): Remove, folding into tar_LDADD.
* src/Makefile.am (tar_LDADD), tests/Makefile.am (LDADD):
Add the libraries gnulib-tool currently recommends: LIB_ACL,
LIB_CLOCK_GETTIME, LIB_GETRANDOM, LIB_HARD_LOCALE, LIB_HAS_ACL,
LIB_MBRTOWC, LIB_SETLOCALE_NULL.  Otherwise, tar won’t link on AIX
7.1 with xlc because the -lpthread option is missing.
src/Makefile.am
tests/Makefile.am