/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/template/freebsd
9 строк
271 B
Tom Lane
Select CFLAGS_SL at configure time, not in platform-specific Makefiles.
21 окт 2019, 19:32
21 окт 2019, 19:32
44273ce
Код
Авторство
О чём код?
# src/template/freebsd # Prefer unnamed POSIX semaphores if available, unless user overrides choice if test x"$PREFERRED_SEMAPHORES" = x"" ; then PREFERRED_SEMAPHORES=UNNAMED_POSIX fi # Extra CFLAGS for code that will go into a shared library CFLAGS_SL="-fPIC -DPIC"