From 1d1dadd509feb9eda115ef8eb15dc0a294169ad6 Mon Sep 17 00:00:00 2001 From: Bborie Park Date: Sun, 2 Dec 2012 22:36:16 +0000 Subject: [PATCH] Removed PICFLAGS from CFLAGS when compiling CUnit suites. Ticket #2125 git-svn-id: http://svn.osgeo.org/postgis/trunk@10779 b70326c6-7e19-0410-871a-916f4a2858ee --- raster/test/cunit/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/raster/test/cunit/Makefile.in b/raster/test/cunit/Makefile.in index e0c3cc146..01905a04d 100644 --- a/raster/test/cunit/Makefile.in +++ b/raster/test/cunit/Makefile.in @@ -30,7 +30,7 @@ RTCORE_LDFLAGS=$(RT_CORE)/librtcore.a CC=@CC@ CFLAGS = \ - @CFLAGS@ @PICFLAGS@ @WARNFLAGS@ \ + @CFLAGS@ @WARNFLAGS@ \ $(RTCORE_CFLAGS) \ $(LIBLWGEOM_CFLAGS) \ $(PROJ_CFLAGS) \ -- 2.50.1