package/libressl: depend on threads
authorNicolas Cavallari <nicolas.cavallari@green-communications.fr>
Wed, 8 Sep 2021 13:30:10 +0000 (15:30 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Mon, 20 Sep 2021 19:03:41 +0000 (21:03 +0200)
commitda8f069d745de73fb5810c21b2896ff173fa6090
tree6583b159c540203c793cdf5c302569b53e1630c6
parent929cb205bb83c30bf838517f654af546c57c19e6
package/libressl: depend on threads

If the toolchain does not have threads (e.g. br-arm-full-nothread),
compilation fails:

In file included from /home/fail/br-test-pkg/br-arm-full-nothread/build/libressl-3.3.3/crypto/cryptlib.c:117:
/home/fail/br-test-pkg/br-arm-full-nothread/build/libressl-3.3.3/crypto/../include/compat/pthread.h:114:15: fatal error: pthread.h: No such file or directory
  114 | #include_next <pthread.h>
      |               ^~~~~~~~~~~
compilation terminated.

Signed-off-by: Nicolas Cavallari <nicolas.cavallari@green-communications.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/openssl/Config.in