Dropped further libs not needed for build

This commit is contained in:
Daniele Varrazzo 2017-03-23 18:47:39 +00:00
parent 81cca1836b
commit fe519cf017

View File

@ -33,6 +33,4 @@ include $(PGXS)
# remove dependency on libxml2, libxslt, and libpam.
# XXX: find a better way to make sure we are linking with libraries
# from pg_config which we actually need.
LIBS := $(filter-out -lxml2, $(LIBS))
LIBS := $(filter-out -lxslt, $(LIBS))
LIBS := $(filter-out -lpam, $(LIBS))
LIBS := $(filter-out -ledit -lgssapi_krb5 -lpam -lselinux -lxml2 -lxslt, $(LIBS))