diff options
| author | Neil Conway | 2004-11-04 06:09:26 +0000 |
|---|---|---|
| committer | Neil Conway | 2004-11-04 06:09:26 +0000 |
| commit | 8f012ac89b227dc5b966d81bbbcb59adda76b367 (patch) | |
| tree | 8e7e2709888b15449749627464305b9a3a017657 /contrib/xml2/Makefile | |
| parent | 4fbdfbffc64d3d5b64e6758d4795a8316636f1a1 (diff) | |
Contrib build fixes:
- add some additional files to the dbmirror install (approved by
ssinger)
- add a makefile for contrib/mysql, and add mysql to the list of
contribs build by default
- use xml2-config to pickup -I flags for libxml2 in contrib/xml and
contrib/xml2
Original work from Martin Pitt of Debian, minor cleanups by Neil
Conway.
Diffstat (limited to 'contrib/xml2/Makefile')
| -rw-r--r-- | contrib/xml2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile index b2a4f2325e..7d4779f25c 100644 --- a/contrib/xml2/Makefile +++ b/contrib/xml2/Makefile @@ -11,6 +11,7 @@ SHLIB_LINK = -lxml2 -lxslt DATA_built = pgxml.sql DOCS = README.xml2 +override CFLAGS += $(shell xml2-config --cflags) ifdef USE_PGXS PGXS = $(shell pg_config --pgxs) |
