Commit 7d84d3ec authored by Tom Lane's avatar Tom Lane

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

parent bbfa1c39
...@@ -6,7 +6,7 @@ MODULE_big = pgxml ...@@ -6,7 +6,7 @@ MODULE_big = pgxml
OBJS = xpath.o xslt_proc.o OBJS = xpath.o xslt_proc.o
# Remove -lxslt from the following line if you don't have libxslt. # 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_built = pgxml.sql
DATA = uninstall_pgxml.sql DATA = uninstall_pgxml.sql
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment