Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
0102-curl-8.12.1-lt-curl-mismatch.patch 393 B
--- a/scripts/completion.pl	2025-03-24 11:39:22.649337303 +0100
+++ b/scripts/completion.pl	2025-03-24 11:39:49.595969960 +0100
@@ -143,7 +143,7 @@
 
 sub call_curl {
     my ($cmd) = @_;
-    my $output = `"$curl" $cmd`;
+    my $output = `LD_LIBRARY_PATH=../lib/.libs "$curl" $cmd`;
     if ($? == -1) {
         die "Could not run curl: $!";
     } elsif ((my $exit_code = $? >> 8) != 0) {