]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix order of linking of libxslt and libxml2, per Dave Page.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Mar 2006 15:40:06 +0000 (15:40 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Mar 2006 15:40:06 +0000 (15:40 +0000)
contrib/xml2/Makefile

index 7d4779f25cba12b080ae28874067232f33049aa7..a7398c1a21aa1a8426c6bb8d50757c2aeaf7f326 100644 (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