1
0
mirror of https://github.com/postgrespro/pg_probackup.git synced 2024-11-28 09:33:54 +02:00

Remove unneeded filters to lxml2 and lxslt

Those are dependent with how Postgres is compiled, so it makes little
sense to actually have that.
This commit is contained in:
Michael Paquier 2016-01-13 22:24:17 +09:00
parent 84d7ec5958
commit dc27aab59d

View File

@ -40,10 +40,6 @@ PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
# remove dependency to libxml2 and libxslt
LIBS := $(filter-out -lxml2, $(LIBS))
LIBS := $(filter-out -lxslt, $(LIBS))
$(OBJS): pg_arman.h
# Part related to documentation