Add threads support to CLisp

This commit is contained in:
Michael Raskin 2012-10-14 22:28:49 +04:00
parent e9f0cae00f
commit 29980e0d54

View file

@ -34,6 +34,7 @@ stdenv.mkDerivation rec {
--with-module=clx/new-clx --with-module=i18n --with-module=bindings/glibc
--with-module=pcre --with-module=rawsock --with-module=readline
--with-module=syscalls --with-module=wildcard --with-module=zlib
--with-threads=POSIX_THREADS
'';
preBuild = ''