configure: DragonFly is like OpenBSD
This commit is contained in:
parent
97d92ddb97
commit
31d6b02d92
5
racket/src/configure
vendored
5
racket/src/configure
vendored
|
@ -4098,6 +4098,11 @@ case "$host_os" in
|
|||
enable_pthread=yes
|
||||
try_kqueue_syscall=yes
|
||||
;;
|
||||
dragonfly*)
|
||||
LIBS="$LIBS -Wl,--export-dynamic"
|
||||
enable_pthread=yes
|
||||
try_kqueue_syscall=yes
|
||||
;;
|
||||
netbsd*)
|
||||
LIBS="$LIBS -rdynamic"
|
||||
try_kqueue_syscall=yes
|
||||
|
|
|
@ -593,6 +593,11 @@ case "$host_os" in
|
|||
enable_pthread=yes
|
||||
try_kqueue_syscall=yes
|
||||
;;
|
||||
dragonfly*)
|
||||
LIBS="$LIBS -Wl,--export-dynamic"
|
||||
enable_pthread=yes
|
||||
try_kqueue_syscall=yes
|
||||
;;
|
||||
netbsd*)
|
||||
LIBS="$LIBS -rdynamic"
|
||||
try_kqueue_syscall=yes
|
||||
|
|
Loading…
Reference in New Issue
Block a user