Dropped further libs not needed for build
This commit is contained in:
parent
81cca1836b
commit
fe519cf017
@ -33,6 +33,4 @@ include $(PGXS)
|
|||||||
# remove dependency on libxml2, libxslt, and libpam.
|
# remove dependency on libxml2, libxslt, and libpam.
|
||||||
# XXX: find a better way to make sure we are linking with libraries
|
# XXX: find a better way to make sure we are linking with libraries
|
||||||
# from pg_config which we actually need.
|
# from pg_config which we actually need.
|
||||||
LIBS := $(filter-out -lxml2, $(LIBS))
|
LIBS := $(filter-out -ledit -lgssapi_krb5 -lpam -lselinux -lxml2 -lxslt, $(LIBS))
|
||||||
LIBS := $(filter-out -lxslt, $(LIBS))
|
|
||||||
LIBS := $(filter-out -lpam, $(LIBS))
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user