AIX: make sure that the arflags value includes the command letter (r)
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Feb 2018 21:38:24 +0000 (22:38 +0100)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Feb 2018 22:05:44 +0000 (23:05 +0100)
commit6475b64978083750018db90c60f4df142aa2e28f
treea25c10991000b1ad3f1481eae368d190d7353d88
parent0d502c3511ab3b1c8acb129fb3af836727b8092d
AIX: make sure that the arflags value includes the command letter (r)

In previous OpenSSL versions, this letter was part of the make
variable AR.  However, following the usual convention (read: GNU),
this letter is supposed to be part of ARFLAGS.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5386)
Configurations/10-main.conf
Configurations/README