diff options
author | Tim Schumacher <timschumi@gmx.de> | 2022-05-21 21:05:39 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-05-22 00:11:16 +0100 |
commit | 6641868c357822f885b97db3af17f58c0d6144b8 (patch) | |
tree | a484eef3928fddec12069f5416ce912d9f06a40a /Ports/zlib | |
parent | 0e0db33a2a71a72559fbd11143013dfc34faa95c (diff) | |
download | serenity-6641868c357822f885b97db3af17f58c0d6144b8.zip |
Ports: Bring all ReadMes in line with their respective patches
Diffstat (limited to 'Ports/zlib')
-rw-r--r-- | Ports/zlib/patches/ReadMe.md | 9 | ||||
-rw-r--r-- | Ports/zlib/patches/fix-cross-compilation.patch | 3 |
2 files changed, 9 insertions, 3 deletions
diff --git a/Ports/zlib/patches/ReadMe.md b/Ports/zlib/patches/ReadMe.md index 0a17e81f54..d0b2bc82c3 100644 --- a/Ports/zlib/patches/ReadMe.md +++ b/Ports/zlib/patches/ReadMe.md @@ -2,6 +2,9 @@ ## `fix-cross-compilation.patch` -Backports an upstream fix for a bug that caused the host compiler to be used -for linking even though the cross-compiler was specified in the `CC` -environment variable. +Fix configure issue that discarded provided CC definition. + +Backports an upstream fix for a bug that caused the host compiler to be +used for linking even though the cross-compiler was specified in the +`CC` environment variable. + diff --git a/Ports/zlib/patches/fix-cross-compilation.patch b/Ports/zlib/patches/fix-cross-compilation.patch index 0136071eab..fc055c5107 100644 --- a/Ports/zlib/patches/fix-cross-compilation.patch +++ b/Ports/zlib/patches/fix-cross-compilation.patch @@ -3,6 +3,9 @@ From: Mark Adler <madler@alumni.caltech.edu> Date: Mon, 28 Mar 2022 18:34:10 -0700 Subject: [PATCH] Fix configure issue that discarded provided CC definition. +Backports an upstream fix for a bug that caused the host compiler to be +used for linking even though the cross-compiler was specified in the +`CC` environment variable. --- configure | 3 +++ 1 file changed, 3 insertions(+) |