Обсуждение: pgsql: Remove allow_nonpic_in_shlib

Поиск
Список
Период
Сортировка

pgsql: Remove allow_nonpic_in_shlib

От
Peter Eisentraut
Дата:
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(-)