Skip to content

Commit

Permalink
Require kernel-devel to compile curl
Browse files Browse the repository at this point in the history
Apparently there is a dependency on it.
  • Loading branch information
ktf committed Feb 17, 2025
1 parent 5f21fb1 commit f9b6e59
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion curl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9b6e59

Please sign in to comment.