Configure: merge all of %user and %useradd into %config earlier
authorRichard Levitte <levitte@openssl.org>
Tue, 23 Apr 2019 07:24:38 +0000 (09:24 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 23 Apr 2019 10:43:35 +0000 (12:43 +0200)
commitc1a09254e4c763b62811bc412afa1498699fce50
tree88a8d1015033c26f367479f95c7b4510cf71f348
parent33b40a1027bfa6c400f24938093e80579c37586c
Configure: merge all of %user and %useradd into %config earlier

This came about with the realisation that upper case CFLAGS, LDFLAGS
and so on aren't treated much after that, and this makes figuring out
user added flags significantly easier, just look in %config.

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/8812)
Configure