]> granicus.if.org Git - postgis/commitdiff
Set CFLAGS in loader cunit tests so that mingw can run tests
authorBborie Park <bkpark at ucdavis.edu>
Fri, 29 Mar 2013 20:37:55 +0000 (20:37 +0000)
committerBborie Park <bkpark at ucdavis.edu>
Fri, 29 Mar 2013 20:37:55 +0000 (20:37 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@11226 b70326c6-7e19-0410-871a-916f4a2858ee

loader/cunit/Makefile.in

index 9f1d8ee262a68f1789a81e6e1cba203b1d2e3db1..2e4f384c07b9c06a0ed791220521117670349944 100644 (file)
@@ -36,6 +36,9 @@ ICONV_CFLAGS=@ICONV_CFLAGS@
 GETTEXT_CFLAGS = @GETTEXT_CFLAGS@
 GETTEXT_LDFLAGS = @GETTEXT_LDFLAGS@ @LIBINTL@
 
+# Built out CFLAGS with ICONV and GETTEXT
+CFLAGS += $(GETTEXT_CFLAGS) $(ICONV_CFLAGS)
+
 # Build full linking line
 LDFLAGS = -lm $(GETTEXT_LDFLAGS) $(PGSQL_FE_LDFLAGS) $(ICONV_LDFLAGS) $(CUNIT_LDFLAGS)