mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Also set the CXXFLAG to the user supplied flags
Reviewed-by: Rich Salz <rsalz@openssl.org> GH: #2025
This commit is contained in:
parent
2886a69ca5
commit
7cb58c0ffa
@ -1305,7 +1305,7 @@ unless ($disabled{"crypto-mdebug-backtrace"})
|
||||
}
|
||||
}
|
||||
|
||||
if ($user_cflags ne "") { $config{cflags}="$config{cflags}$user_cflags"; }
|
||||
if ($user_cflags ne "") { $config{cflags}="$config{cflags}$user_cflags"; $config{cxxflags}="$config{cxxflags}$user_cflags";}
|
||||
else { $no_user_cflags=1; }
|
||||
if (@user_defines) { $config{defines}=[ @{$config{defines}}, @user_defines ]; }
|
||||
else { $no_user_defines=1; }
|
||||
|
Loading…
Reference in New Issue
Block a user