pgsql: Remove allow_nonpic_in_shlib - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove allow_nonpic_in_shlib
Date
Msg-id E1TkqTE-0002kx-1F@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove allow_nonpic_in_shlib

This was used in a time when a shared libperl or libpython was difficult
to come by.  That is obsolete, and the idea behind the flag was never
fully portable anyway and will likely fail on more modern CPU
architectures.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1a5f04dd7eed0ac27cc5da9520ef55e16531bca6

Modified Files
--------------
src/makefiles/Makefile.freebsd |    4 ----
src/makefiles/Makefile.linux   |    1 -
src/pl/plperl/GNUmakefile      |    5 ++---
src/pl/plpython/Makefile       |    5 ++---
4 files changed, 4 insertions(+), 11 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Put PL/pgSQL RAISE USING keywords into a list
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Fix typo