mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Fix contrib/xml2 makefile to not override CFLAGS.
This commit is contained in:
parent
7f3d1583f8
commit
f68173692f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user