From 1b704e5fe5a709e56a73d480eac4095d89c1648b Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 8 Jan 2019 16:48:53 +0000 Subject: [PATCH] Re-order linker flags for those systems that have old headers installed in system locations git-svn-id: http://svn.osgeo.org/postgis/trunk@17126 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/cunit/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblwgeom/cunit/Makefile.in b/liblwgeom/cunit/Makefile.in index 952d34fc4..e32bc7ba4 100644 --- a/liblwgeom/cunit/Makefile.in +++ b/liblwgeom/cunit/Makefile.in @@ -17,7 +17,7 @@ LIBTOOL = @LIBTOOL@ CUNIT_LDFLAGS=@CUNIT_LDFLAGS@ CUNIT_CPPFLAGS=@CUNIT_CPPFLAGS@ -I.. -CFLAGS=@WARNFLAGS@ @CFLAGS@ @GEOS_CPPFLAGS@ @PROJ_CPPFLAGS@ $(CUNIT_CPPFLAGS) +CFLAGS=$(CUNIT_CPPFLAGS) @WARNFLAGS@ @CFLAGS@ @GEOS_CPPFLAGS@ @PROJ_CPPFLAGS@ LDFLAGS = @GEOS_LDFLAGS@ -lgeos_c $(CUNIT_LDFLAGS) -lm ifeq ($(CUNIT_WITH_VALGRIND), YES) -- 2.40.0