]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Regexp modifier "r" needs perl 5.14; OpenSSL should build with 5.11, so do not use...
authorRainer Jung <rainer.jung@kippdata.de>
Thu, 7 Sep 2023 22:27:07 +0000 (00:27 +0200)
committerPauli <pauli@openssl.org>
Sun, 10 Sep 2023 21:45:38 +0000 (07:45 +1000)
Reviewed-by: Hugo Landau <hlandau@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/22019)

Configurations/50-win-hybridcrt.conf

index 2ddd25a42a469474c4ae9c6757381db141728792..242583c72817166df3b640397048fa6aea4bfd42 100644 (file)
@@ -11,7 +11,8 @@
 sub remove_from_flags {
     my ($toRemove, $flags) = @_;
     
-    return $flags =~ s/$toRemove//r;
+    $flags =~ s/$toRemove//;
+    return $flags;
 }
 
 my %targets = (