commit: f664177eae4181dfbd919063fa4a17bf1baac087 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Sun Mar 29 19:28:10 2015 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Sun Mar 29 19:28:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=f664177e
build: link against gnulib URL: https://bugs.gentoo.org/544730 Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9f51139..57aecfa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,7 @@ libpaxutils_la_SOURCES = \ paxinc.c \ paxmacho.c \ xfuncs.c -LDADD = libpaxutils.la +LDADD = libpaxutils.la $(top_builddir)/autotools/gnulib/libgnu.a bin_SCRIPTS = lddtree symtree bin_PROGRAMS = scanelf dumpelf pspax scanmacho
