1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 14:27:35 +00:00

Ports: Patch curl CMake issue

The CMake syntax was a bit too new for our toolchain's CMake. The
following patch was backported:

  b2497a8d15

Relevant issue:

  https://github.com/curl/curl/issues/12920

As soon as the fix lands in the next curl version, we can remove this
patch again. :^)
This commit is contained in:
Jelle Raaijmakers 2024-02-21 20:16:50 +01:00
parent a203837b1f
commit e54e2a5a4f
2 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,12 @@
# Patches for curl on SerenityOS
## `0001-Backport-CMake-fix-from-upstream.patch`
Backport CMake fix from upstream
Patch from:
https://github.com/curl/curl/commit/b2497a8d15284dfef4fa7f032572e07b0b4b4720
This commit should be removed as soon as the fix has landed in a
release.