From: Michael Tremer Date: Wed, 24 Mar 2021 15:40:03 +0000 (+0000) Subject: tests: Link download test against libarchive X-Git-Tag: 0.9.28~1285^2~470 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93a78a5fbc744cabb39927b8b9dbe85f5e6a5228;p=pakfire.git tests: Link download test against libarchive Signed-off-by: Michael Tremer --- diff --git a/Makefile.am b/Makefile.am index 0d049ba55..296c7962f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -449,6 +449,7 @@ tests_libpakfire_downloader_CPPFLAGS = \ tests_libpakfire_downloader_LDADD = \ $(TESTSUITE_LDADD) \ + $(ARCHIVE_LIBS) \ $(CURL_LIBS) \ $(JSON_C_LIBS) \ $(PAKFIRE_LIBS) \