pgsql: makefile: use proper linker flags for C++ compiles

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема pgsql: makefile: use proper linker flags for C++ compiles
Дата
Msg-id E1jJT55-0006x2-3D@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
makefile:  use proper linker flags for C++ compiles

Add CFLAGS_SL flags for C++ compiles, which adds needed -fPIC linker
flag.

Reported-by: Oleksii Kliukin

Discussion: https://postgr.es/m/E4A49A6B-621B-4830-A374-970EBB7D1328@hintbits.com

Backpatch-through: 10 only

Branch
------
REL_10_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f1e8362aefc866a6f75b6b41edccd03d51235d17

Modified Files
--------------
src/Makefile.shlib | 1 +
1 file changed, 1 insertion(+)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add -c/--restore-target-wal to pg_rewind
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: psql: do file completion for \gx