pacman: ensure linkage against libarchive
Fixes build on ubuntu/debian platforms. Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
d0a5766e24
commit
d8367162e8
1 changed files with 4 additions and 1 deletions
|
@ -47,6 +47,9 @@ pacman_SOURCES = \
|
||||||
util.h util.c \
|
util.h util.c \
|
||||||
util-common.h util-common.c
|
util-common.h util-common.c
|
||||||
|
|
||||||
LDADD = $(LTLIBINTL) $(top_builddir)/lib/libalpm/.libs/libalpm.la
|
pacman_LDADD = \
|
||||||
|
$(LTLIBINTL) \
|
||||||
|
$(top_builddir)/lib/libalpm/.libs/libalpm.la \
|
||||||
|
$(LIBARCHIVE_LIBS)
|
||||||
|
|
||||||
# vim:set noet:
|
# vim:set noet:
|
||||||
|
|
Loading…
Add table
Reference in a new issue