postgresql/src/template/freebsd

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
271 B
Plaintext
Raw Normal View History

2010-09-20 22:08:53 +02:00
# 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"