[geos-commits] [SCM] GEOS branch 3.7 updated. 2926110b6beed74fe4182f73c6c9dac60c02a255

git at osgeo.org git at osgeo.org
Fri Dec 11 09:34:50 PST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, 3.7 has been updated
       via  2926110b6beed74fe4182f73c6c9dac60c02a255 (commit)
      from  9cf81f18ce8db19d7c40fbbeb07a868b0840e9d5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2926110b6beed74fe4182f73c6c9dac60c02a255
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Dec 11 18:34:31 2020 +0100

    Fix build on gitlab-ci

diff --git a/tests/perf/capi/Makefile.am b/tests/perf/capi/Makefile.am
index 167928b..fb45fed 100644
--- a/tests/perf/capi/Makefile.am
+++ b/tests/perf/capi/Makefile.am
@@ -15,7 +15,7 @@ memleak_mp_prep_SOURCES = memleak_mp_prep.c
 memleak_mp_prep_LDADD = $(LIBS)
 
 perf_intersection_SOURCES = IntersectionPerfTest.cpp
-perf_intersection_LDADD = $(LIBS)
+perf_intersection_LDADD = $(top_builddir)/src/libgeos.la
 
 EXTRA_DIST = CMakeLists.txt
 

-----------------------------------------------------------------------

Summary of changes:
 tests/perf/capi/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list