diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2025-08-01 21:58:28 +0100 |
|---|---|---|
| committer | Alyssa Ross <hi@alyssa.is> | 2025-08-03 12:52:42 +0200 |
| commit | 6519e3fb71d167b435fa73ff7b06c338e5ef5714 (patch) | |
| tree | 118ae133ea842bd6f7f6a589847128022cb7a05b /pkgs/development/python-modules/python-mapnik | |
| parent | f4409071299c903faefef1701740b357b220c2ea (diff) | |
linuxHeaders: fix build on 32-bit systems with 64-bit inodes
Without the change builx of `pkgsi686Linux.linuxHeaders` fails on my
`btrfs` with 64-bit inodes as:
linux-headers> fixdep: error fstat'ing file: scripts/basic/.fixdep.d: Value too large for defined data type
Normally `Kbuild` attempts to pass correct LFS flags by extracting
them from `getconf` as:
HOST_LFS_CFLAGS := $(shell getconf LFS_CFLAGS 2>/dev/null)
But `nixpkgs` does not provide it and the build fails.
The change hardcodes LFS flags for 32-bit systems.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik')
0 files changed, 0 insertions, 0 deletions
