]> granicus.if.org Git - postgis/commitdiff
Added -fPIC to CFLAGS as suggested by Vincent Schut.
authorSandro Santilli <strk@keybit.net>
Mon, 8 Nov 2004 11:08:01 +0000 (11:08 +0000)
committerSandro Santilli <strk@keybit.net>
Mon, 8 Nov 2004 11:08:01 +0000 (11:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@1086 b70326c6-7e19-0410-871a-916f4a2858ee

lwgeom/Makefile

index 21e7c02e506819a8cd31087e6190240242339258..5f2548e4b369caf826633931c3983acbce9f14d4 100644 (file)
@@ -44,6 +44,7 @@ POSTGIS_LIB_VERSION = $(SO_MAJOR_VERSION).$(SO_MINOR_VERSION).$(SO_MICRO_VERSION
 #---------------------------------------------------------------
 
 override CFLAGS += -g -fexceptions
+override CFLAGS += -fPIC
 override CFLAGS += -I$(srcdir) -DFRONTEND -DSYSCONFDIR='"$(sysconfdir)"' 
 override CFLAGS += -DUSE_VERSION=$(USE_VERSION)
 override CFLAGS += -DPOSTGIS_LIB_VERSION='"$(POSTGIS_LIB_VERSION)"'