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:44:38 +0000 (12:44 +0200)
commitb8fdfd93f81fab35b8802d39ea2f421eabf4c605
treeabc40ce363165e97e0b878ee8169a36cbc263ca7
parent1711a62686e3d55767ba067a4fd1a18ceec69d3f
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)

(cherry picked from commit c1a09254e4c763b62811bc412afa1498699fce50)
Configure