[postgis-tickets] r17126 - Re-order linker flags for those systems that have old headers installed in system locations
Paul Ramsey
pramsey at cleverelephant.ca
Tue Jan 8 08:48:53 PST 2019
Author: pramsey
Date: 2019-01-08 08:48:53 -0800 (Tue, 08 Jan 2019)
New Revision: 17126
Modified:
trunk/liblwgeom/cunit/Makefile.in
Log:
Re-order linker flags for those systems that have old headers installed in system locations
Modified: trunk/liblwgeom/cunit/Makefile.in
===================================================================
--- trunk/liblwgeom/cunit/Makefile.in 2019-01-04 19:17:41 UTC (rev 17125)
+++ trunk/liblwgeom/cunit/Makefile.in 2019-01-08 16:48:53 UTC (rev 17126)
@@ -17,7 +17,7 @@
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)
More information about the postgis-tickets
mailing list