pgsql: Remove allow_nonpic_in_shlib

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove allow_nonpic_in_shlib
Date: 2012-12-18 06:16:04
Message-ID: E1TkqTE-0002kx-1F@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2012-12-18 06:24:47 pgsql: Fix typo
Previous Message Peter Eisentraut 2012-12-18 03:47:24 pgsql: doc: Put PL/pgSQL RAISE USING keywords into a list