1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 03:57:45 +00:00

Ports/alpine: Patch build system files that added Serenity support

Changes the strategy for building Alpine to patch the distribution build
system files (configure, pith/Makefile.in), instead of regenerating them
from scratch.
This reduces fragility of the port as it no longer depends on the build
system having a compatible version of the auto* tools installed.
Resolves SerenityOS/serenity#19891.
This commit is contained in:
Taj Morton 2023-07-09 08:54:44 -07:00 committed by Linus Groh
parent 89b0a61067
commit 5941117739
4 changed files with 19 additions and 30 deletions

View file

@ -1,8 +1,8 @@
# Patches for alpine on SerenityOS
## `0001-Compiler-helpers-for-build-system-not-host.patch`
## `0001-Update-pith-Makefile.in-to-compile-helpers-for-build.patch`
Compiler helpers for build system, not host.
Update pith/Makefile.in to compile helpers for build system, not target
## `0002-Add-serenity-as-OS-type-in-Alpine.patch`