mirror of
https://github.com/postgrespro/pg_probackup.git
synced 2024-11-28 09:33:54 +02:00
Remove dependency to libsml2 and libxslt.
git-svn-id: http://pg-rman.googlecode.com/svn/trunk@36 182aca00-e38e-11de-a668-6fd11605f5ce
This commit is contained in:
parent
9df43a0ad2
commit
686a5b0cf2
4
Makefile
4
Makefile
@ -37,4 +37,8 @@ include $(top_builddir)/src/Makefile.global
|
|||||||
include $(top_srcdir)/contrib/contrib-global.mk
|
include $(top_srcdir)/contrib/contrib-global.mk
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
# remove dependency to libxml2 and libxslt
|
||||||
|
LIBS := $(filter-out -lxml2, $(LIBS))
|
||||||
|
LIBS := $(filter-out -lxslt, $(LIBS))
|
||||||
|
|
||||||
$(OBJS): pg_rman.h
|
$(OBJS): pg_rman.h
|
||||||
|
Loading…
Reference in New Issue
Block a user