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

This commit is contained in:
Tom Lane 2006-03-10 15:39:42 +00:00
parent bbfa1c39a1
commit 7d84d3ec1c
1 changed files with 1 additions and 1 deletions

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
DATA = uninstall_pgxml.sql