git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: bbfa1c3)
Fix order of linking of libxslt and libxml2, per Dave Page.
2006年3月10日 15:39:42 +0000 (15:39 +0000)
2006年3月10日 15:39:42 +0000 (15:39 +0000)

diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile
index 5fdcc9fcd04938c91c209b72e04094645cc2ae0a..0bd5b032976c790e070df682531a7cedd9dd5362 100644 (file)
--- a/contrib/xml2/Makefile
+++ b/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
DATA = uninstall_pgxml.sql
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /