Rethink the method to place user cflags last
authorRichard Levitte <levitte@openssl.org>
Sat, 13 Feb 2016 12:02:35 +0000 (13:02 +0100)
committerRichard Levitte <levitte@openssl.org>
Sat, 13 Feb 2016 13:06:40 +0000 (14:06 +0100)
commit63994098d52b31ff8c143fc2662f2fe9e3c016f1
tree9a081b0b18ff995715e87d207d301b0d65cf9e81
parent2c90015c06ac7b49eace0683c483b70e55bc91ba
Rethink the method to place user cflags last

The previous method had some unfortunate consequences with
--strict-warnings.  To counteract, revert part of the previous change
and move down the block of code that adds the user cflags and defines.

Reviewed-by: Rich Salz <rsalz@openssl.org>
Configure