mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Fix contrib/xml2 makefile to not override CFLAGS.
This commit is contained in:
@ -12,7 +12,7 @@ DATA_built = pgxml.sql
|
|||||||
DATA = uninstall_pgxml.sql
|
DATA = uninstall_pgxml.sql
|
||||||
DOCS = README.xml2
|
DOCS = README.xml2
|
||||||
|
|
||||||
override CFLAGS += $(shell xml2-config --cflags)
|
PG_CPPFLAGS := $(shell xml2-config --cflags)
|
||||||
|
|
||||||
ifdef USE_PGXS
|
ifdef USE_PGXS
|
||||||
PGXS := $(shell pg_config --pgxs)
|
PGXS := $(shell pg_config --pgxs)
|
||||||
|
Reference in New Issue
Block a user