Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 7d84d3e

Browse files
committed
Fix order of linking of libxslt and libxml2, per Dave Page.
1 parent bbfa1c3 commit 7d84d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/xml2/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ MODULE_big = pgxml
66
OBJS = xpath.o xslt_proc.o
77

88
# Remove -lxslt from the following line if you don't have libxslt.
9-
SHLIB_LINK = -lxml2 -lxslt
9+
SHLIB_LINK = -lxslt -lxml2
1010

1111
DATA_built = pgxml.sql
1212
DATA = uninstall_pgxml.sql

0 commit comments

Comments
 (0)