nixpkgs/pkgs/development/tools/misc/texinfo
Ben Wolsieffer 30bfac6095 texinfo: fix build references when cross-compiling
The XS modules were being built for the build platform, and the perl scripts
had build platform shebangs.

It is possible to build the XS modules by passing
PERL_EXT_CC=${stdenv.cc.targetPrefix}cc and --enable-perl-xs=yes, but they
fail to load due to a handshake key mismatch. Instead, I just decided to
disable the XS modules and use the pure Perl fallbacks when cross-compiling.

The shebangs were fixed manually using substituteInPlace.
2022-06-20 13:51:44 -04:00
..
4.13a.nix
5.2.nix
6.5.nix
6.7.nix
6.8.nix texinfo: fix build w/glibc-2.34 2022-02-27 10:25:39 +01:00
common.nix texinfo: fix build references when cross-compiling 2022-06-20 13:51:44 -04:00
cross-tools-flags.patch
fix-glibc-2.34.patch texinfo: fix build w/glibc-2.34 2022-02-27 10:25:39 +01:00