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

index 0bd5b032976c790e070df682531a7cedd9dd5362..e9ed20f128c794c0929dff2cf1f3e48cc26add1b 100644 (file)
@@ -12,7 +12,7 @@ DATA_built = pgxml.sql
 DATA = uninstall_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)