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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user