ref: 2f3123a05d6bf7cb556dfb0d6aa93b2008049868
parent: c4a44cb22e7c03cce48b9bd94e8e27349ce01c6b
author: Ori Bernstein <ori@eigenstate.org>
date: Thu Dec 1 20:22:30 EST 2016
Add missing dependency on uninstalled libthread. We can't bootstrap build libcrypto if we don't have libthread installed.
--- a/lib/crypto/bld.sub
+++ b/lib/crypto/bld.sub
@@ -17,5 +17,6 @@
lib ../std:std
lib ../sys:sys
+ lib ../thread:thread
;;