diff options
author | Ori Bernstein <ori@eigenstate.org> | 2016-12-02 01:22:30 -0800 |
---|---|---|
committer | Ori Bernstein <ori@eigenstate.org> | 2016-12-02 01:22:30 -0800 |
commit | 2f3123a05d6bf7cb556dfb0d6aa93b2008049868 (patch) | |
tree | bd7eb3dade729a8dc8637628776779574b026be0 /lib | |
parent | c4a44cb22e7c03cce48b9bd94e8e27349ce01c6b (diff) | |
download | mc-2f3123a05d6bf7cb556dfb0d6aa93b2008049868.tar.gz |
Add missing dependency on uninstalled libthread.
We can't bootstrap build libcrypto if we don't have
libthread installed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crypto/bld.sub | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/bld.sub b/lib/crypto/bld.sub index ddd00c6..a143510 100644 --- a/lib/crypto/bld.sub +++ b/lib/crypto/bld.sub @@ -17,5 +17,6 @@ lib crypto = lib ../std:std lib ../sys:sys + lib ../thread:thread ;; |