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:57:58 +0000 (13:57 +0100)
commit4f321cc19e28442e313b6915a1b9928e77a75ab7
treeafe4f5590a0392ceccb76f1bd045834344d70bba
parent43b560d5ac67d15c2e38b72f4c055d6efa3e5be1
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/5135)
Configurations/10-main.conf