From: Paul Ramsey Date: Tue, 8 Jan 2019 16:48:53 +0000 (+0000) Subject: Re-order linker flags for those systems that have old headers installed in system... X-Git-Tag: 3.0.0alpha1~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b704e5fe5a709e56a73d480eac4095d89c1648b;p=postgis 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 --- 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)