enable ptherads by default for OpenBSD

This commit is contained in:
Matthew Flatt 2011-01-04 11:35:16 -07:00
parent c30887b306
commit 13ddab969b
2 changed files with 2 additions and 0 deletions

1
src/configure vendored
View File

@ -5189,6 +5189,7 @@ case $OS in
;;
OpenBSD)
LIBS="$LIBS -rdynamic -Wl,--export-dynamic"
enable_pthread=yes
;;
NetBSD)
LIBS="$LIBS -rdynamic"

View File

@ -519,6 +519,7 @@ case $OS in
;;
OpenBSD)
LIBS="$LIBS -rdynamic -Wl,--export-dynamic"
enable_pthread=yes
;;
NetBSD)
LIBS="$LIBS -rdynamic"