guile: fix Solaris builds

This commit is contained in:
Ludovic Courtès 2012-08-11 21:53:43 +02:00
parent 88f3b097ee
commit cb76c03216

View File

@ -94,12 +94,15 @@
# Same for these (?). # Same for these (?).
"--with-libreadline-prefix=${readline}" "--with-libreadline-prefix=${readline}"
"--with-libunistring-prefix=${libunistring}" "--with-libunistring-prefix=${libunistring}"
# See below.
"--without-threads"
]; ];
}) })
// //
(if (stdenv.isFreeBSD || stdenv.isSunOS) (if stdenv.isFreeBSD
then { then {
# XXX: Thread support is currently broken on FreeBSD and Solaris (namely # XXX: Thread support is currently broken on FreeBSD and Solaris (namely
# the `SCM_I_IS_THREAD' assertion in `scm_spawn_thread' is hit.) # the `SCM_I_IS_THREAD' assertion in `scm_spawn_thread' is hit.)