aboutsummaryrefslogtreecommitdiff
path: root/src/interfaces/libpq/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/interfaces/libpq/Makefile')
-rw-r--r--src/interfaces/libpq/Makefile15
1 files changed, 5 insertions, 10 deletions
diff --git a/src/interfaces/libpq/Makefile b/src/interfaces/libpq/Makefile
index 96c1d9c88a8..726b5513243 100644
--- a/src/interfaces/libpq/Makefile
+++ b/src/interfaces/libpq/Makefile
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.25 1997/01/10 04:01:09 vadim Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/libpq/Makefile,v 1.26 1997/01/10 18:55:24 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -32,16 +32,11 @@ OBJS= fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-lobj.o \
shlib :=
install-shlib-dep :=
-ifdef LINUX_ELF
-install-shlib-dep := install-shlib
ifeq ($(PORTNAME), linux)
-shlib := libpq.so.1
-endif
-ifeq ($(PORTNAME), BSD44_derived)
-shlib := libpq.so.1.0
-CFLAGS+= -fpic -DPIC
-LDFLAGS=-Bshareable -Bforcearchive
-endif
+ ifdef LINUX_ELF
+ install-shlib-dep := install-shlib
+ shlib := libpq.so.1
+ endif
endif
all: libpq.a $(shlib) c.h