We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e73b50 commit b8f2875Copy full SHA for b8f2875
src/pl/plperl/GNUmakefile
@@ -1,5 +1,5 @@
1
# Makefile for PL/Perl
2
-# $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 $
3
4
subdir = src/pl/plperl
5
top_builddir = ../../..
@@ -27,7 +27,6 @@ override CFLAGS += -Wno-comment
27
endif
28
29
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -I$(perl_archlibexp)/CORE
30
-override CFLAGS += -fPIC
31
32
rpathdir = $(perl_archlibexp)/CORE
33
0 commit comments