* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / archiver / zip / hotfix.patch.cross
blob35788dea0a5f8e2e47484385ef21123ccc7ee291
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/zip/hotfix.patch.cross
3 # Copyright (C) 2022 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 Trying to run the test fails for cross builds, and in rare cases,
15 e.g. powerpc64 ELF header can run as shell code and try to start an
16 X server, ..!
18 --- zip30/unix/configure.vanilla        2022-08-12 13:03:44.625451045 +0200
19 +++ zip30/unix/configure        2022-08-12 13:08:20.799440033 +0200
20 @@ -382,7 +383,7 @@
21    CFLAGS="${CFLAGS} -DUIDGID_NOT_16BIT"
22  else
23  # run it
24 -  ./conftest
25 +  #./conftest
26    r=$?
27    if [ $r -eq 1 ]; then
28      echo -- UID not 2 bytes - disabling old 16-bit UID/GID support
29 @@ -435,7 +436,7 @@
30    echo -- no Large File Support
31  else
32  # run it
33 -  ./conftest
34 +  #./conftest
35    r=$?
36    if [ $r -eq 1 ]; then
37      echo -- no Large File Support - no 64-bit off_t