We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbfa1c3 commit 7d84d3eCopy full SHA for 7d84d3e
contrib/xml2/Makefile
@@ -6,7 +6,7 @@ MODULE_big = pgxml
6
OBJS = xpath.o xslt_proc.o
7
8
# Remove -lxslt from the following line if you don't have libxslt.
9
-SHLIB_LINK = -lxml2 -lxslt
+SHLIB_LINK = -lxslt -lxml2
10
11
DATA_built = pgxml.sql
12
DATA = uninstall_pgxml.sql
0 commit comments