about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/alsa-lib
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-12-24 22:27:52 +0200
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-12-24 22:33:05 +0200
commit30074ddfeac5e165eea32b33829bc2bf4185aace (patch)
tree4e5db2402aea3a78d824002e225cc425e6a2bbcd /pkgs/os-specific/linux/alsa-lib
parentc38b4da9946b32267301ccf352731ed2d80cc2f6 (diff)
downloadnixlib-30074ddfeac5e165eea32b33829bc2bf4185aace.tar
nixlib-30074ddfeac5e165eea32b33829bc2bf4185aace.tar.gz
nixlib-30074ddfeac5e165eea32b33829bc2bf4185aace.tar.bz2
nixlib-30074ddfeac5e165eea32b33829bc2bf4185aace.tar.lz
nixlib-30074ddfeac5e165eea32b33829bc2bf4185aace.tar.xz
nixlib-30074ddfeac5e165eea32b33829bc2bf4185aace.tar.zst
nixlib-30074ddfeac5e165eea32b33829bc2bf4185aace.zip
coreutils: Fix cross build
`make install` was failing presumably due to an upstream cross-compilation bug:

Makefile:3440: *** Recursive variable 'INSTALL' references itself (eventually).  Stop.

While at it, remove the old ugly cross buildPhase. It was seemingly
trying to work around the fact that the man pages are generated by
piping each command's --help output to help2man. That obviously doesn't
work while cross-compiling.

Instead, set PERL=missing in the environment to make the build system
think there's no perl available to run help2man. (This approach was
stolen from buildroot.)
Diffstat (limited to 'pkgs/os-specific/linux/alsa-lib')
0 files changed, 0 insertions, 0 deletions