summaryrefslogtreecommitdiffstats
path: root/src/template/freebsd
blob: 41fa4a1aba1546fbe68ed90cf9970fc5074fd1c3 (plain)
1
2
3
4
5
6
7
8
9
# 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"