- Jan 09, 2013
-
-
Andrew Dunstan authored
This means we can now construct a configure test for the library presence. Previously these parameters were only figured out at build time in plperl's GnuMakefile.
-
- Sep 23, 2010
-
-
Tom Lane authored
These are just cosmetic and don't seem worth back-patching far. I put them into 9.0 just because it was trivial to do so.
-
- Sep 20, 2010
-
-
Magnus Hagander authored
-
- Feb 23, 2010
-
-
Tom Lane authored
output. Per bug #5339, Perl 5.11 has changed the format of that output enough to break the previous coding. Alex Hunsaker
-
- Feb 22, 2010
-
-
Bruce Momjian authored
-
Bruce Momjian authored
configure warnings.
-
- Jan 07, 2010
-
-
Tom Lane authored
versions < 5.8. Also, if there's no Perl, emit a warning informing the user that he won't be able to build from a CVS pull. This is exactly the same treatment we give Bison and Perl, and for the same reasons.
-
- Sep 08, 2009
-
-
Tom Lane authored
perl_embed_ldflags setting. On OS X it seems that ExtUtils::Embed is trying to force a universal binary to be built, but you need to specify that a lot further upstream if you want Postgres built that way; the only result of including -arch in perl_embed_ldflags is some warnings at the plperl.so link step. Per my complaint and Jan Otto's suggestion.
-
- Nov 12, 2008
-
-
Andrew Dunstan authored
Detect and error out on inability to get proper linkage information required for plperl, usually due to absence of perl ExtUtils::Embed module. Backpatch as far as 8.1.
-
- Nov 29, 2003
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- May 28, 2002
-
-
Peter Eisentraut authored
Makefile.shlib system, not MakeMaker.
-
- Aug 27, 2001
-
-
Peter Eisentraut authored
platforms and without relinking. Also support VPATH builds and DESTDIR installs. One hopes.
-