]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
final fix for shared library under BSD44_derived
authorMarc G. Fournier <scrappy@hub.org>
Sun, 5 Jan 1997 23:53:57 +0000 (23:53 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 5 Jan 1997 23:53:57 +0000 (23:53 +0000)
Submitted by: "Martin J. Laubach" <mjl@wwx.vip.at>

src/backend/lib/Makefile

index 330bf4babb8584eb3fe18153fac91185ef55b455..682084d4e12eb1ba98c5489e42bf05cdfc8ee847 100644 (file)
@@ -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