зеркало из https://github.com/mozilla/pjs.git
Default to non-monolithic builds for BSDI.
Set standard BSD thread flags for BSDI. Thanks to Kurt J. Lidl <lidl@pix.net> for the patch.
This commit is contained in:
Родитель
74d1977b1c
Коммит
acaa1d6d50
|
@ -2072,7 +2072,7 @@ then
|
|||
fi
|
||||
|
||||
case "$target" in
|
||||
*-*-freebsd*|*-*-openbsd*)
|
||||
*-*-freebsd*|*-*-openbsd*|*-*-bsdi*)
|
||||
AC_DEFINE(_REENTRANT)
|
||||
AC_DEFINE(_THREAD_SAFE)
|
||||
dnl -pthread links in -lc_r, so don't specify it explicitly.
|
||||
|
@ -3011,6 +3011,7 @@ case "$target" in
|
|||
*-*-linux*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-*-solaris*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-openvms*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-bsdi*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-freebsd*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-netbsd*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
*-openbsd*) MOZ_MONOLITHIC_TOOLKIT= ;;
|
||||
|
|
Загрузка…
Ссылка в новой задаче