From fc1537434f007977161c2ba46b823d276b8c5d7c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 23 Sep 2024 21:22:22 +0000 Subject: [PATCH] core189: Ship cURL This fixes a leaked SIGPIPE that makes transmission crash. Signed-off-by: Michael Tremer --- config/rootfiles/core/189/filelists/curl | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/189/filelists/curl diff --git a/config/rootfiles/core/189/filelists/curl b/config/rootfiles/core/189/filelists/curl new file mode 120000 index 0000000000..4b84bef53a --- /dev/null +++ b/config/rootfiles/core/189/filelists/curl @@ -0,0 +1 @@ +../../../common/curl \ No newline at end of file -- 2.47.3