Commit b8f28759 authored by Andrew Dunstan's avatar Andrew Dunstan

Revert inadvertantly committed change.

parent 6e73b504
# Makefile for PL/Perl # 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 subdir = src/pl/plperl
top_builddir = ../../.. top_builddir = ../../..
...@@ -27,7 +27,6 @@ override CFLAGS += -Wno-comment ...@@ -27,7 +27,6 @@ override CFLAGS += -Wno-comment
endif endif
override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -I$(perl_archlibexp)/CORE override CPPFLAGS := -I$(srcdir) $(CPPFLAGS) -I$(perl_archlibexp)/CORE
override CFLAGS += -fPIC
rpathdir = $(perl_archlibexp)/CORE rpathdir = $(perl_archlibexp)/CORE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment