Dash:
[t2.git] / package / shells / tmux / reallocarray.patch.cross
blob270aa3cc274b5ccd739e1cf5e8dbbd3d29006452
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by scripts/Create-CopyPatch.
3
4 # T2 SDE: package/*/tmux/reallocarray.patch.cross
5 # Copyright (C) 2021 The T2 SDE Project
6
7 # More information can be found in the files COPYING and README.
8
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
14 # version.
15 # --- T2-COPYRIGHT-NOTE-END ---
17 configure: error: cannot run test program while cross compiling
19 --- tmux-3.2/configure.vanilla  2021-04-13 19:41:51.244405655 +0200
20 +++ tmux-3.2/configure  2021-04-13 19:49:34.661403253 +0200
21 @@ -5497,10 +5497,7 @@
22  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working reallocarray" >&5
23  $as_echo_n "checking for working reallocarray... " >&6; }
24  if test "$cross_compiling" = yes; then :
25 -  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
26 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
27 -as_fn_error $? "cannot run test program while cross compiling
28 -See \`config.log' for more details" "$LINENO" 5; }
29 +  LIBOBJS="$LIBOBJS reallocarray.$ac_objext"
30  else
31    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
32  /* end confdefs.h.  */
33 @@ -5534,10 +5531,7 @@
34  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for working recallocarray" >&5
35  $as_echo_n "checking for working recallocarray... " >&6; }
36  if test "$cross_compiling" = yes; then :
37 -  { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
38 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
39 -as_fn_error $? "cannot run test program while cross compiling
40 -See \`config.log' for more details" "$LINENO" 5; }
41 +  LIBOBJS="$LIBOBJS recallocarray.$ac_objext" 
42  else
43    cat confdefs.h - <<_ACEOF >conftest.$ac_ext
44  /* end confdefs.h.  */