Codebase list openssl / 68b8769
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) Wojciech Kaluza authored 5 years ago Richard Levitte committed 5 years ago
1 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
561561 PERL => env('PERL') || ($^O ne "VMS" ? $^X : "perl"),
562562 RANLIB => env('RANLIB'),
563563 RC => env('RC') || env('WINDRES'),
564 RCFLAGS => [],
564 RCFLAGS => [ env('RCFLAGS') || () ],
565565 RM => undef,
566566 );
567567 # Info about what "make variables" may be prefixed with the cross compiler
578578 CXXFLAGS => [],
579579 LDFLAGS => [],
580580 LDLIBS => [],
581 RCFLAGS => [],
581582 );
582583
583584 my %user_synonyms = (