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:14:21 +0200
commit0c4e984de28b1477e002766b2751576f5c6c47d6 (patch)
treef2f1cf2da2a1a8f2a6230c866dfc93391704b897 /Configure
parenta583172dac8bce37e268943e570968f193e8b64b (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)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index 480837cd03..701368d5c6 100755
--- a/Configure
+++ b/Configure
@@ -594,7 +594,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
@@ -611,6 +611,7 @@ my %useradd = (
CXXFLAGS => [],
LDFLAGS => [],
LDLIBS => [],
+ RCFLAGS => [],
);
my %user_synonyms = (