Skip to content

Commit dc27aab

Browse files
author
Michael Paquier
committed
Remove unneeded filters to lxml2 and lxslt
Those are dependent with how Postgres is compiled, so it makes little sense to actually have that.
1 parent 84d7ec5 commit dc27aab

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ PG_CONFIG = pg_config
4040
PGXS := $(shell $(PG_CONFIG) --pgxs)
4141
include $(PGXS)
4242

43-
# remove dependency to libxml2 and libxslt
44-
LIBS := $(filter-out -lxml2, $(LIBS))
45-
LIBS := $(filter-out -lxslt, $(LIBS))
46-
4743
$(OBJS): pg_arman.h
4844

4945
# Part related to documentation

0 commit comments

Comments
 (0)