mirror of
https://github.com/openssl/openssl.git
synced 2025-03-19 19:50:42 +08:00
Configure: pass -no-integrated-as.
Occasionally you have to pass -no-integrated-as to clang, but we consider any -no-option as no-option. Don't touch -no-integrated-as. Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5613)
This commit is contained in:
parent
c911e5da3c
commit
6d5e74f3fc
@ -638,7 +638,9 @@ while (@argvcopy)
|
||||
{
|
||||
s/^([^=]*)/lc($1)/e;
|
||||
}
|
||||
s /^-no-/no-/; # some people just can't read the instructions
|
||||
|
||||
# some people just can't read the instructions, clang people have to...
|
||||
s/^-no-(?!integrated-as)/no-/;
|
||||
|
||||
# rewrite some options in "enable-..." form
|
||||
s /^-?-?shared$/enable-shared/;
|
||||
|
Loading…
x
Reference in New Issue
Block a user