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

REL8_0_STABLE
Tom Lane 21 years ago
parent 3923f08ca0
commit ea8eeb4ca7
  1. 2
      contrib/xml2/Makefile

@ -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

Loading…
Cancel
Save