From fe519cf01724c8a8a4ffdaa419f15d78b0b692f8 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Thu, 23 Mar 2017 18:47:39 +0000 Subject: [PATCH] Dropped further libs not needed for build --- bin/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/bin/Makefile b/bin/Makefile index 48a6506..9732439 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -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))