Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7d84d3e

Browse files
committed
Fix order of linking of libxslt and libxml2, per Dave Page.
1 parentbbfa1c3 commit7d84d3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/xml2/Makefile

Lines changed: 1 addition & 1 deletion
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)

[8]ページ先頭

©2009-2025 Movatter.jp