uboot: (firmwareOdroidC2/C4) don't invoke patch tool, use patches = [] instead
https://github.com/NixOS/nixpkgs/blob/master/pkgs/stdenv/generic/setup.sh#L948 this can do it nicely. Signed-off-by: Anton Arapov <anton@deadbeef.mx>
This commit is contained in:
commit
56de2bcd43
30691 changed files with 3076956 additions and 0 deletions
13
pkgs/development/tools/misc/texinfo/cross-tools-flags.patch
Normal file
13
pkgs/development/tools/misc/texinfo/cross-tools-flags.patch
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
diff -ur texinfo-6.5/configure texinfo-6.5-patched/configure
|
||||
--- texinfo-6.5/configure 2017-09-13 03:50:18.000000000 +0900
|
||||
+++ texinfo-6.5-patched/configure 2019-12-28 17:39:06.692818866 +0900
|
||||
@@ -23281,7 +23281,7 @@
|
||||
# env -i gives this build host configure a clean environment;
|
||||
# consequently, we have to re-initialize $PATH.
|
||||
- env -i CC="$BUILD_CC" AR="$BUILD_AR" RANLIB="$BUILD_RANLIB" \
|
||||
- PATH="$PATH" \
|
||||
+ env -i CC="$CC_FOR_BUILD" AR="$AR_FOR_BUILD" RANLIB="$RANLIB_FOR_BUILD" \
|
||||
+ PATH="$PATH" CFLAGS="$NATIVE_TOOLS_CFLAGS" LDFLAGS="$NATIVE_TOOLS_LDFLAGS" \
|
||||
tools_only=1 \
|
||||
${confdir}/configure --build=${build} --host=${build} \
|
||||
--disable-rpath --disable-nls
|
||||
Loading…
Add table
Add a link
Reference in a new issue