]> granicus.if.org Git - postgresql/commitdiff
Fix contrib/xml2 makefile to not override CFLAGS.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 May 2008 17:11:41 +0000 (17:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 8 May 2008 17:11:41 +0000 (17:11 +0000)
contrib/xml2/Makefile

index dcaf68698ddd058e5142c66714aaa19a1f6b7f71..a6448e65344d570895edc401199ff28197623c79 100644 (file)
@@ -11,7 +11,7 @@ SHLIB_LINK = -lxslt -lxml2
 DATA_built = pgxml.sql
 DOCS = README.xml2
 
-override CFLAGS += $(shell xml2-config --cflags)
+PG_CPPFLAGS := $(shell xml2-config --cflags)
 
 ifdef USE_PGXS
 PGXS := $(shell pg_config --pgxs)