30 Oct
2011
30 Oct
'11
3:14 p.m.
This seems to fix FS#26652. Signed-off-by: Dave Reisner <dreisner@archlinux.org> --- I'm no libtool expert, but this seems to fix the build with --disable-static and the dependencies still look correct for vercmp. src/util/Makefile.am | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/util/Makefile.am b/src/util/Makefile.am index 11308fb..e4af56c 100644 --- a/src/util/Makefile.am +++ b/src/util/Makefile.am @@ -31,6 +31,6 @@ testpkg_SOURCES = testpkg.c testpkg_LDADD = $(top_builddir)/lib/libalpm/.libs/libalpm.la vercmp_SOURCES = vercmp.c -vercmp_LDADD = $(top_builddir)/lib/libalpm/version.o +vercmp_LDADD = $(top_builddir)/lib/libalpm/version.lo # vim:set ts=2 sw=2 noet: -- 1.7.7.1