nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
1diff -ur texinfo-6.5/configure texinfo-6.5-patched/configure
2--- texinfo-6.5/configure 2017-09-13 03:50:18.000000000 +0900
3+++ texinfo-6.5-patched/configure 2019-12-28 17:39:06.692818866 +0900
4@@ -23281,7 +23281,7 @@
5 # env -i gives this build host configure a clean environment;
6 # consequently, we have to re-initialize $PATH.
7 env -i CC="$BUILD_CC" AR="$BUILD_AR" RANLIB="$BUILD_RANLIB" \
8- PATH="$PATH" \
9+ PATH="$PATH" CFLAGS="$NATIVE_TOOLS_CFLAGS" LDFLAGS="$NATIVE_TOOLS_LDFLAGS" \
10 tools_only=1 \
11 ${confdir}/configure --build=${build} --host=${build} \
12 --disable-rpath --disable-nls