mirror of
https://github.com/postgres/postgres.git
synced 2026-02-22 01:11:05 -05:00
Fix order of linking of libxslt and libxml2, per Dave Page.
This commit is contained in:
parent
98ab0c96dd
commit
effecebad1
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ MODULE_big = pgxml
|
|||
OBJS = xpath.o xslt_proc.o
|
||||
|
||||
# Remove -lxslt from the following line if you don't have libxslt.
|
||||
SHLIB_LINK = -lxml2 -lxslt
|
||||
SHLIB_LINK = -lxslt -lxml2
|
||||
|
||||
DATA_built = pgxml.sql
|
||||
DOCS = README.xml2
|
||||
|
|
|
|||
Loading…
Reference in a new issue