guile: disable thread support on Solaris
This commit is contained in:
parent
f20913e51f
commit
986f04c87e
@ -99,10 +99,10 @@
|
||||
|
||||
//
|
||||
|
||||
(if stdenv.isFreeBSD
|
||||
(if (stdenv.isFreeBSD || stdenv.isSunOS)
|
||||
then {
|
||||
# XXX: Thread support is currently broken on FreeBSD (namely the
|
||||
# `SCM_I_IS_THREAD' assertion in `scm_spawn_thread' is hit.)
|
||||
# XXX: Thread support is currently broken on FreeBSD and Solaris (namely
|
||||
# the `SCM_I_IS_THREAD' assertion in `scm_spawn_thread' is hit.)
|
||||
configureFlags = [ "--without-threads" ];
|
||||
}
|
||||
else {}))
|
||||
|
Loading…
Reference in New Issue
Block a user