mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix contrib/xml2 makefile to not override CFLAGS.
This commit is contained in:
parent
4b87bfaaba
commit
eb23d8023b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue