/
balmaster
/
postgres
Обзор
Документация
Войти
/
balmaster
/
postgres
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/template/linux
16 строк
533 B
Peter Eisentraut
Remove traces of support for Sun Studio compiler
12 сен 2025, 08:39
12 сен 2025, 08:39
25f3606
Код
Авторство
О чём код?
# src/template/linux # Prefer unnamed POSIX semaphores if available, unless user overrides choice if test x"$PREFERRED_SEMAPHORES" = x"" ; then PREFERRED_SEMAPHORES=UNNAMED_POSIX fi # Force _GNU_SOURCE on; plperl is broken with Perl 5.8.0 otherwise # This is also required for ppoll(2), and perhaps other things CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE" # Extra CFLAGS for code that will go into a shared library CFLAGS_SL="-fPIC" # If --enable-profiling is specified, we need -DLINUX_PROFILE PLATFORM_PROFILE_FLAGS="-DLINUX_PROFILE"