Issue #3364 - make check fails with a linker error

Link tests against $(LIBARCHIVE_LIBS).
This commit is contained in:
Michael Natterer 2019-05-25 16:02:00 +02:00
parent 1a691f77e6
commit e931895f7c
2 changed files with 2 additions and 0 deletions

View File

@ -129,6 +129,7 @@ test_config_LDADD = \
$(GEXIV2_LIBS) \
$(Z_LIBS) \
$(JSON_C_LIBS) \
$(LIBARCHIVE_LIBS) \
$(LIBMYPAINT_LIBS) \
$(libm)

View File

@ -146,6 +146,7 @@ LDADD = \
$(GEXIV2_LIBS) \
$(Z_LIBS) \
$(JSON_C_LIBS) \
$(LIBARCHIVE_LIBS) \
$(LIBMYPAINT_LIBS) \
$(LIBBACKTRACE_LIBS) \
$(LIBUNWIND_LIBS) \