mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
OK'ed by Peter.
The attached patch enables plperl to build under Cygwin. It is basically yet another BE_DLLLIBS patch with a perl MakeMaker twist. I tried the patch under Red Hat 7.1 Linux too and I did not observe any ill effects. Jason Tishler
This commit is contained in:
parent
5f644ea699
commit
b3199bc9fa
@ -1,4 +1,4 @@
|
|||||||
# $Header: /cvsroot/pgsql/src/pl/plperl/GNUmakefile,v 1.8 2001/09/16 16:11:11 petere Exp $
|
# $Header: /cvsroot/pgsql/src/pl/plperl/GNUmakefile,v 1.9 2002/02/23 21:49:10 momjian Exp $
|
||||||
|
|
||||||
subdir = src/pl/plperl
|
subdir = src/pl/plperl
|
||||||
top_builddir = ../../..
|
top_builddir = ../../..
|
||||||
@ -14,7 +14,8 @@ all: Makefile
|
|||||||
|
|
||||||
Makefile: Makefile.PL
|
Makefile: Makefile.PL
|
||||||
plperl_installdir='$$(DESTDIR)$(pkglibdir)' \
|
plperl_installdir='$$(DESTDIR)$(pkglibdir)' \
|
||||||
$(PERL) $< $(makefile_pl_flags) INC='-I$(srcdir) $(filter -I%, $(CPPFLAGS))'
|
$(PERL) $< $(makefile_pl_flags) LIBS='$(BE_DLLLIBS)' \
|
||||||
|
INC='-I$(srcdir) $(filter -I%, $(CPPFLAGS))'
|
||||||
|
|
||||||
install: all installdirs
|
install: all installdirs
|
||||||
$(MAKE) -f Makefile install DESTDIR='$(DESTDIR)'
|
$(MAKE) -f Makefile install DESTDIR='$(DESTDIR)'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user