summaryrefslogtreecommitdiffstats
path: root/Configurations/README
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-02-15 22:38:24 +0100
committerRichard Levitte <levitte@openssl.org>2018-02-15 23:05:44 +0100
commit6475b64978083750018db90c60f4df142aa2e28f (patch)
treea25c10991000b1ad3f1481eae368d190d7353d88 /Configurations/README
parent0d502c3511ab3b1c8acb129fb3af836727b8092d (diff)
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)
Diffstat (limited to 'Configurations/README')
-rw-r--r--Configurations/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configurations/README b/Configurations/README
index 26cd0c6e44..8d32a254a2 100644
--- a/Configurations/README
+++ b/Configurations/README
@@ -95,7 +95,8 @@ In each table entry, the following keys are significant:
(NOTE: this is here for future use, it's
not implemented yet)
arflags => Flags to be used with the library archive
- command.
+ command. On Unix, this includes the
+ command letter, 'r' by default.
ranlib => The library archive indexing command, the
default is 'ranlib' it it exists.