Skip to content

Commit 686a5b0

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 parent 9df43a0 commit 686a5b0

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)