1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-08 06:02:22 +03:00

Fix order of linking of libxslt and libxml2, per Dave Page.

This commit is contained in:
Tom Lane
2006-03-10 15:40:06 +00:00
parent 3923f08ca0
commit ea8eeb4ca7

View File

@@ -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