diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-02-08 15:08:52 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-02-08 15:35:02 +0000 |
| commit | 7b01dd0370f6ad1b35d2197baad8ba99a33567b0 (patch) | |
| tree | 3d66d926931de43d2fdca1c818846dbc897bdde4 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 6556cc0f76bbf14ed87b80b824becaa6e1302a14 (diff) | |
OVMF: fix buils against `openssl-3.0.13`
Without the change the build fails on `staging-next` as
https://hydra.nixos.org/build/248863953/nixlog/2/tail:
/build/edk2-unvendored-src/CryptoPkg/Library/OpensslLib/openssl/crypto/property/property_parse.c:107:19: error: ‘INT64_MAX’ undeclared (first use in this function)
107 | if (v > ((INT64_MAX - (*s - '0')) / 10)) {
| ^~~~~~~~~
The unbundled version of `openssl` `nixpkgs` injects into `edk2` started
using `INT64_MAX` that `edk2`'s `<stdint.h>` does not provide and relies
on `openssl` to define as a fallback.
Let's pull in `openssl`'s own definition of those.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
