From f9b6e591d640abd44252e1d5b154c05a1ae92304 Mon Sep 17 00:00:00 2001 From: Giulio Eulisse <10544+ktf@users.noreply.github.com> Date: Mon, 17 Feb 2025 14:50:32 +0100 Subject: [PATCH] Require kernel-devel to compile curl Apparently there is a dependency on it. --- curl.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/curl.sh b/curl.sh index 76e3acaad0..d521eb9e4d 100644 --- a/curl.sh +++ b/curl.sh @@ -2,9 +2,10 @@ package: curl version: "7.70.0" tag: curl-7_70_0 source: https://github.com/curl/curl.git +requires: + - "kernel-devel:(?!osx)" build_requires: - "OpenSSL:(?!osx)" - - CMake - alibuild-recipe-tools --- #!/bin/bash -e