X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configurations%2F00-base-templates.conf;h=edcc454fd2b5381bfd06dc2b394722d867cf1e01;hp=c074bd6e216eeadc1609dd480cfe0e300701a5b4;hb=2cc8fe11add1b21f3f30cbcf365bb8d8da4fd2b4;hpb=2a70d65b99e1f2376be705d18bca88703b7e774a diff --git a/Configurations/00-base-templates.conf b/Configurations/00-base-templates.conf index c074bd6e21..edcc454fd2 100644 --- a/Configurations/00-base-templates.conf +++ b/Configurations/00-base-templates.conf @@ -114,7 +114,7 @@ my %targets=( my @defs = (); unless ($disabled{"zlib-dynamic"}) { my $zlib = $withargs{zlib_lib} // "ZLIB1"; - push @defs, quotify("perl", 'LIBZ="' . $zlib . '"'); + push @defs, 'LIBZ=' . (quotify("perl", $zlib))[0]; } return [ @defs ]; },