]> granicus.if.org Git - postgresql/commitdiff
Pass on all CPPFLAGS that look like -I* to the PL/Perl build.
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 2 Nov 2000 18:40:13 +0000 (18:40 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 2 Nov 2000 18:40:13 +0000 (18:40 +0000)
(This previously worked, but must have gotten lost somewhere...)

src/pl/plperl/GNUmakefile

index a51f0c2429debc77d27169a37a8e854c5a18b16a..7e700a7a34f84fec6a6a951d2a3c8e91072eff9c 100644 (file)
@@ -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