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

Commit686a5b0

Browse files
author
itagaki.takahiro
committed
Remove dependency to libsml2 and libxslt.
git-svn-id:http://pg-rman.googlecode.com/svn/trunk@36 182aca00-e38e-11de-a668-6fd11605f5ce
1 parent9df43a0 commit686a5b0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

‎Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,8 @@ include $(top_builddir)/src/Makefile.global
3737
include$(top_srcdir)/contrib/contrib-global.mk
3838
endif
3939

40+
# remove dependency to libxml2 and libxslt
41+
LIBS :=$(filter-out -lxml2,$(LIBS))
42+
LIBS :=$(filter-out -lxslt,$(LIBS))
43+
4044
$(OBJS): pg_rman.h

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp