1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-21 10:42:50 +03:00

VPATH and DESTDIR support for PL/Perl, using the same techniques employed

in interfaces/perl5 a brief while ago.

Also, since building PL/Perl without a shared libperl actually works on
some platforms we can enable it there to get some development happening.
I've only checked off linux right now, but others should be added in the
future.
This commit is contained in:
Peter Eisentraut
2001-08-26 23:54:41 +00:00
parent ef7152f99b
commit 34fd50880f
3 changed files with 53 additions and 21 deletions

View File

@@ -2,6 +2,7 @@ AROPT = crs
export_dynamic = -export-dynamic
rpath = -Wl,-rpath,$(libdir)
shlib_symbolic = -Wl,-Bsymbolic
allow_nonpic_in_shlib = yes
DLSUFFIX = .so
CFLAGS_SL = -fpic