diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2024-01-02 12:00:36 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2024-01-02 12:00:36 +0000 |
| commit | c56c679c367753a67317b6c00647a66e7795994d (patch) | |
| tree | d4b7037b926328972e1155e0693f9bd21215f755 /pkgs/development/python-modules/python-mapnik | |
| parent | 4e922e37b4a07c3a80d2ba588063b0fd0f065fb7 (diff) | |
binaryen: fix the build
Current `binaryen` fails to build against `gcc-12` as: https://hydra.nixos.org/build/245455591
[100%] Linking CXX executable ../../bin/binaryen-unittests
ld: /nix/store/...-gtest-1.12.1/lib/libgtest.so: undefined reference to `std::ios_base_library_init()@GLIBCXX_3.4.32'
collect2: error: ld returned 1 exit status
It is a typical mix of libraries built with `gcc-12` and bianries linked
with `gcc-12`'s `libstdc++`.
The change switches back to a default compiler and backports an upstream
`fmin` fix to amend the test.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions
