We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenta4371a6 commit2005450Copy full SHA for 2005450
src/backend/Makefile
@@ -4,7 +4,7 @@
4
#
5
# Copyright (c) 1994, Regents of the University of California
6
7
-# $PostgreSQL: pgsql/src/backend/Makefile,v 1.111 2005/11/28 22:06:39 tgl Exp $
+# $PostgreSQL: pgsql/src/backend/Makefile,v 1.112 2005/11/28 22:43:30 tgl Exp $
8
9
#-------------------------------------------------------------------------
10
@@ -22,10 +22,10 @@ SUBSYSOBJS := $(DIRS:%=%/SUBSYS.o)
22
OBJS :=$(SUBSYSOBJS)$(top_builddir)/src/port/libpgport_srv.a
23
24
# We put libpgport into OBJS, so remove it from LIBS
25
-LIBS :=$(patsubst -lpgport,,$(LIBS))
+LIBS :=$(filter-out -lpgport,$(LIBS))
26
27
# The backend doesn't need everything that's in LIBS, however
28
-LIBS :=$(filter-out -lreadline -ledit -ltermcap -lncurses -lcurses,$(LIBS))
+LIBS :=$(filter-out -lz -lreadline -ledit -ltermcap -lncurses -lcurses,$(LIBS))
29
30
ifeq ($(PORTNAME), qnx4)
31
# This file crashes qnx4's wlink and is therefore not in