aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2000-11-02 18:40:13 +0000
committerPeter Eisentraut <peter_e@gmx.net>2000-11-02 18:40:13 +0000
commit54121b9a8b518cc5046c3cdc93ac0f538042b8b5 (patch)
tree993c2932c43c5ee925cc9d400ef5193586f30203 /src
parent94b8640cd9782dfe6357aa582d8df94ce9b69b1e (diff)
downloadpostgresql-54121b9a8b518cc5046c3cdc93ac0f538042b8b5.tar.gz
postgresql-54121b9a8b518cc5046c3cdc93ac0f538042b8b5.zip
Pass on all CPPFLAGS that look like -I* to the PL/Perl build.
(This previously worked, but must have gotten lost somewhere...)
Diffstat (limited to 'src')
-rw-r--r--src/pl/plperl/GNUmakefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pl/plperl/GNUmakefile b/src/pl/plperl/GNUmakefile
index a51f0c2429d..7e700a7a34f 100644
--- a/src/pl/plperl/GNUmakefile
+++ b/src/pl/plperl/GNUmakefile
@@ -1,4 +1,4 @@
-# $Header: /cvsroot/pgsql/src/pl/plperl/GNUmakefile,v 1.5 2000/10/24 17:01:05 tgl Exp $
+# $Header: /cvsroot/pgsql/src/pl/plperl/GNUmakefile,v 1.6 2000/11/02 18:40:13 petere Exp $
subdir = src/pl/plperl
top_builddir = ../../..
@@ -11,9 +11,9 @@ all: Makefile
$(MAKE) -f $< all
Makefile: Makefile.PL
- @plperl_installdir='$(plperl_installdir)' \
- EXTRA_INCLUDES='-I$(top_srcdir)/src/include $(INCLUDES)' \
- $(PERL) $<
+ plperl_installdir='$(plperl_installdir)' \
+ EXTRA_INCLUDES='$(filter -I%, $(CPPFLAGS))' \
+ $(PERL) $<
install: all installdirs
$(MAKE) -f Makefile install