diff options
| author | Arnout Engelen <arnout@bzzt.net> | 2024-02-05 11:50:03 +0100 |
|---|---|---|
| committer | Arnout Engelen <arnout@bzzt.net> | 2024-04-03 23:20:11 +0200 |
| commit | 596ca95c5724194b37e37bfa797d2da8421a63aa (patch) | |
| tree | 5bcbaa436b72bfbd1744a3cebc07efd35e2bb323 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 7781caa09d74b971a059a0240a03c5dd68acf3e5 (diff) | |
cmake: enable cross compilation
When cross-compiling cmake, for example with
`nix build .#pkgsCross.mipsel-linux-gnu.cmake`, the `configure`
script will invoke the build platform cmake to build the
host platform cmake. Usually, stdenv will automatically pass
variables such as `-DCMAKE_SYSTEM_PROCESSOR` to cmake
(https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/make-derivation.nix#L416),
but since here cmake is invoked 'indirectly' we have to pass
these parameters to the `configure` script ourselves.
It appears this was (surprisingly) not necessary on versions
through 3.26.4, but the update to 3.27.7 exposed that these
flags were missing, causing link failures.
Fixes #284734
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
