[gimp] Issue #3364 - make check fails with a linker error



commit e931895f7cf0c2a370b23aed9976da0704bc2a40
Author: Michael Natterer <mitch gimp org>
Date:   Sat May 25 16:02:00 2019 +0200

    Issue #3364 - make check fails with a linker error
    
    Link tests against $(LIBARCHIVE_LIBS).

 app/config/Makefile.am | 1 +
 app/tests/Makefile.am  | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/app/config/Makefile.am b/app/config/Makefile.am
index 84f321ca20..b682eca82b 100644
--- a/app/config/Makefile.am
+++ b/app/config/Makefile.am
@@ -129,6 +129,7 @@ test_config_LDADD = \
        $(GEXIV2_LIBS)                                                  \
        $(Z_LIBS)                                                       \
        $(JSON_C_LIBS)                                                  \
+       $(LIBARCHIVE_LIBS)                                              \
        $(LIBMYPAINT_LIBS)                                              \
        $(libm)
 
diff --git a/app/tests/Makefile.am b/app/tests/Makefile.am
index 53096f9528..841daf6da0 100644
--- a/app/tests/Makefile.am
+++ b/app/tests/Makefile.am
@@ -146,6 +146,7 @@ LDADD = \
        $(GEXIV2_LIBS)                                                  \
        $(Z_LIBS)                                                       \
        $(JSON_C_LIBS)                                                  \
+       $(LIBARCHIVE_LIBS)                                              \
        $(LIBMYPAINT_LIBS)                                              \
        $(LIBBACKTRACE_LIBS)                                            \
        $(LIBUNWIND_LIBS)                                               \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]