Skip to content

Commit

Permalink
remove some library dependcies
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Koposov committed Oct 21, 2019
1 parent 724fd4b commit 3824f79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ PGVERNEW := $(shell if [ $(PGVER) -ge 12 ] ; then echo N ; else echo O ; fi )

ifeq ($(PGVERNEW), N)
PG_LIBS += -L$(shell $(PG_CONFIG) --pkglibdir)
LIBS := $(filter-out -lpam -lxml2 -lxslt, $(LIBS))
LIBS := $(filter-out -lpam -lxml2 -lxslt -lselinux -ledit, $(LIBS))
MYBINLIBS := $(LIBS) $(PG_LIBS) -lm
else
MYBINLIBS := $(PG_LIBS) -lm
Expand Down

0 comments on commit 3824f79

Please sign in to comment.