aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2018-03-08 00:16:47 +0100
committerRichard Levitte <levitte@openssl.org>2018-03-08 17:24:02 +0100
commit150624bcf54c285183f596976641d57e3cb9a52f (patch)
tree2d0aa587391ad4f2d3d0f0ee68436d48fc2f2b79 /Configure
parent2ab92ae9dca7c4a9dc3b8468333b10aff7629c5a (diff)
downloadopenssl-150624bcf54c285183f596976641d57e3cb9a52f.zip
openssl-150624bcf54c285183f596976641d57e3cb9a52f.tar.gz
openssl-150624bcf54c285183f596976641d57e3cb9a52f.tar.bz2
Configure et al: get rid of last traces of plib_lflags / PLIB_LDFLAGS
Reviewed-by: Andy Polyakov <appro@openssl.org> (Merged from https://github.com/openssl/openssl/pull/5534)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 0 insertions, 2 deletions
diff --git a/Configure b/Configure
index f0a88f8..bb951bd 100755
--- a/Configure
+++ b/Configure
@@ -1101,7 +1101,6 @@ foreach (keys %user) {
|| $mkvalue->($ref_type, $target{$_});
delete $config{$_} unless defined $config{$_};
}
-$config{plib_lflags} = [ $target{plib_lflags} ];
# Allow overriding the build file name
$config{build_file} = env('BUILDFILE') || $target{build_file} || "Makefile";
@@ -3104,7 +3103,6 @@ sub print_table_entry
"ld",
"lflags",
"loutflag",
- "plib_lflags",
"ex_libs",
"bn_ops",
"apps_aux_src",