mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Pass on all CPPFLAGS that look like -I* to the PL/Perl build.
(This previously worked, but must have gotten lost somewhere...)
This commit is contained in:
@ -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
|
subdir = src/pl/plperl
|
||||||
top_builddir = ../../..
|
top_builddir = ../../..
|
||||||
@ -11,9 +11,9 @@ all: Makefile
|
|||||||
$(MAKE) -f $< all
|
$(MAKE) -f $< all
|
||||||
|
|
||||||
Makefile: Makefile.PL
|
Makefile: Makefile.PL
|
||||||
@plperl_installdir='$(plperl_installdir)' \
|
plperl_installdir='$(plperl_installdir)' \
|
||||||
EXTRA_INCLUDES='-I$(top_srcdir)/src/include $(INCLUDES)' \
|
EXTRA_INCLUDES='$(filter -I%, $(CPPFLAGS))' \
|
||||||
$(PERL) $<
|
$(PERL) $<
|
||||||
|
|
||||||
install: all installdirs
|
install: all installdirs
|
||||||
$(MAKE) -f Makefile install
|
$(MAKE) -f Makefile install
|
||||||
|
Reference in New Issue
Block a user