aboutsummaryrefslogtreecommitdiff
path: root/src/backend/lib
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1997-01-05 23:53:57 +0000
committerMarc G. Fournier <scrappy@hub.org>1997-01-05 23:53:57 +0000
commit8251ce7d1066f18529e813a5d58980b15e623ed8 (patch)
tree0ce46f803f7f60c10284854562c62e7bb2cd678b /src/backend/lib
parent0865f587ea9bdb0c14cc71f4cf3a27ae8eb0aa19 (diff)
downloadpostgresql-8251ce7d1066f18529e813a5d58980b15e623ed8.tar.gz
postgresql-8251ce7d1066f18529e813a5d58980b15e623ed8.zip
final fix for shared library under BSD44_derived
Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at>
Diffstat (limited to 'src/backend/lib')
-rw-r--r--src/backend/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/lib/Makefile b/src/backend/lib/Makefile
index 330bf4babb8..682084d4e12 100644
--- a/src/backend/lib/Makefile
+++ b/src/backend/lib/Makefile
@@ -4,7 +4,7 @@
# Makefile for lib (miscellaneous stuff)
#
# IDENTIFICATION
-# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.3 1996/11/09 06:17:54 momjian Exp $
+# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.4 1997/01/05 23:53:57 scrappy Exp $
#
#-------------------------------------------------------------------------
@@ -15,7 +15,7 @@ INCLUDE_OPT = -I.. \
-I../port/$(PORTNAME) \
-I../../include
-CFLAGS+=$(INCLUDE_OPT)
+CFLAGS+=$(INCLUDE_OPT) -fpic -DPIC
OBJS = bit.o fstack.o hasht.o lispsort.o qsort.o stringinfo.o dllist.o