diff options
author | Ali Mohammad Pur <ali.mpfard@gmail.com> | 2021-12-24 05:22:03 +0330 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2021-12-24 17:01:10 +0330 |
commit | f7b399da442f03822da7d61a02bf2f879ad6d417 (patch) | |
tree | 614c0fe20ce134945ae844a64b4d26f3742e8fd9 /Ports/cmake/patches/ReadMe.md | |
parent | 49749e279aeab4a3da0e6e94333aaa8125ecb1a4 (diff) | |
download | serenity-f7b399da442f03822da7d61a02bf2f879ad6d417.zip |
Ports: Fix the conflicting types issue in the cmake port
This patch is pending upstream, but until then, let's keep it locally to
make the port work :^)
Diffstat (limited to 'Ports/cmake/patches/ReadMe.md')
-rw-r--r-- | Ports/cmake/patches/ReadMe.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Ports/cmake/patches/ReadMe.md b/Ports/cmake/patches/ReadMe.md index fa92ec0439..9018ea2e6b 100644 --- a/Ports/cmake/patches/ReadMe.md +++ b/Ports/cmake/patches/ReadMe.md @@ -1,5 +1,15 @@ # Patches for CMake (and submodules) on SerenityOS +## `0001-cmnghttp2-check-for-HAVE_SIZEOF_SSIZE_T-and-not-HAVE.patch` + +Fixes an issue where the first configure of cmake would generate an invalid config.h file somewhere, leading to the first run of `./package.sh` failing due to what `0016-conflicting-0.patch` and `0017-conflicting-1.patch` attempt to fix. + +### Status +- [ ] Local? +- [X] Should be merged to upstream? +- [ ] Resolves issues(s) with our side of things +- [ ] Hack + ## `0010-don-t-use-siginfo.patch` We don't support SIGINFO. This patch removes uses of SIGINFO. |