summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorWojciech Kaluza <w-kaluza@tlen.pl>2019-04-21 12:39:20 +0100
committerRichard Levitte <levitte@openssl.org>2019-05-02 11:17:05 +0200
commit68b8769e4e16e69954729d27a0d40b93f1098a8a (patch)
tree9cbe2d69f5d8e1c76fe51d95a21aab13c90b34e4 /Configure
parent1e8ae82e2cc25e9a4d877d387e06796c829e4694 (diff)
Allow setting RCFLAGS as Configure option or environment variable
Reviewed-by: Tim Hudson <tjh@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8803) (cherry picked from commit 0c4e984de28b1477e002766b2751576f5c6c47d6)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index 9796084f88..85418b3eb8 100755
--- a/Configure
+++ b/Configure
@@ -562,7 +562,7 @@ my %user = (
PERL => env('PERL') || ($^O ne "VMS" ? $^X : "perl"),
RANLIB => env('RANLIB'),
RC => env('RC') || env('WINDRES'),
- RCFLAGS => [],
+ RCFLAGS => [ env('RCFLAGS') || () ],
RM => undef,
);
# Info about what "make variables" may be prefixed with the cross compiler
@@ -579,6 +579,7 @@ my %useradd = (
CXXFLAGS => [],
LDFLAGS => [],
LDLIBS => [],
+ RCFLAGS => [],
);
my %user_synonyms = (