Add anything specifying a threads library to ex_libs
authorRichard Levitte <levitte@openssl.org>
Mon, 22 Jan 2018 15:50:54 +0000 (16:50 +0100)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Jan 2018 12:55:48 +0000 (13:55 +0100)
commitfcd2ac80cfcef391c5227a2f773ea9ad9248493b
tree3508bbc6be5dddf9abcfb3e95704ec3bf0f9a6e2
parent50625bf5c374b0fe213501fb93c3a2168e8ba844
Add anything specifying a threads library to ex_libs

Even -pthread gets treated that way.  The reason to do this is so it
ends up in 'Libs.private' in libcrypto.pc.

Fixes #3884

Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/5134)
Configurations/10-main.conf