]> granicus.if.org Git - postgresql/commitdiff
Revert inadvertantly committed change.
authorAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Dec 2007 15:30:09 +0000 (15:30 +0000)
committerAndrew Dunstan <andrew@dunslane.net>
Sat, 1 Dec 2007 15:30:09 +0000 (15:30 +0000)
src/pl/plperl/GNUmakefile

index 383d479218ad2f669d8db0be6f4cab8f0d8b8180..fbebe77b7355762123a1e538fd0d3368c15136e6 100644 (file)
@@ -1,5 +1,5 @@
 # Makefile for PL/Perl
-# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.32 2007/12/01 15:20:34 adunstan Exp $
+# $PostgreSQL: pgsql/src/pl/plperl/GNUmakefile,v 1.33 2007/12/01 15:30:09 adunstan Exp $
 
 subdir = src/pl/plperl
 top_builddir = ../../..
@@ -27,7 +27,6 @@ override CFLAGS += -Wno-comment
 endif
 
 override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -I$(perl_archlibexp)/CORE
-override CFLAGS += -fPIC
 
 rpathdir = $(perl_archlibexp)/CORE