aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2020-05-20 23:36:21 +0200
committerPeter Wu <peter@lekensteyn.nl>2020-05-22 21:10:07 +0200
commit06e266e0a5c877e692eab8a653a1ea47adfae43e (patch)
tree940b7e0a8df254c09c6af872b151b851727bb854 /docs
parentf6c6a159f52315b018f883fde177463aaeac4749 (diff)
configure: fix pthread check with static boringssl
A shared boringssl/OpenSSL library requires -lcrypto only for linking. A static build additionally requires `-ldl -lpthread`. In the latter case `-lpthread` is added to LIBS which prevented `-pthread` from being added to CFLAGS. Clear LIBS to fix linking failures for libtest tests.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions