From: Richard Levitte Date: Fri, 29 Jan 2016 16:21:18 +0000 (+0100) Subject: Don't replace cflags with thread_cflags, only append the latter X-Git-Tag: OpenSSL_1_1_0-pre3~373 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a450326ee040c6cbb262debdb1ed731e6700e1e0;p=oweals%2Fopenssl.git Don't replace cflags with thread_cflags, only append the latter Reviewed-by: Rich Salz --- diff --git a/Configure b/Configure index 6d36ae1a6b..e1d1989352 100755 --- a/Configure +++ b/Configure @@ -932,7 +932,7 @@ if ($no_asm) if ($threads) { - $config{cflags}=$thread_cflags; + $config{cflags}.=$thread_cflags; push @{$config{openssl_thread_defines}}, @thread_defines; }