1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-21 15:54:08 +03:00

Fix contrib/xml2 makefile to not override CFLAGS.

This commit is contained in:
Tom Lane 2008-05-08 17:11:41 +00:00
parent 1fb9814d70
commit 773f5cc8cb

View 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)