nixpkgs/pkgs/tools/archivers/unzip
Randy Eckenrode 1364837d91
unzip: fix configure script when using clang 16
Clang 16 makes implicit int and function declarations an error by
default in any mode except for C89. The configure script has two of
these that cause it to misdetect features when using Clang 16.

* Implicit `int main` in the errno check. This is fixed by adding the
  missing `int`.
* Implicit definitions of `opendir` and `closedir`. These are fixed by
  including the required headers.
2023-05-31 23:42:53 -04:00
..
CVE-2014-8139.diff
CVE-2014-8140.diff
CVE-2014-8141.diff
CVE-2014-9636.diff
CVE-2014-9913.patch
CVE-2015-7696.diff
CVE-2015-7697.diff
CVE-2016-9844.patch
CVE-2018-18384.patch
default.nix unzip: fix configure script when using clang 16 2023-05-31 23:42:53 -04:00
dont-hardcode-cc.patch
implicit-declarations-fix.patch unzip: fix configure script when using clang 16 2023-05-31 23:42:53 -04:00
setup-hook.sh fetchzip: force UTF-8 compatibel locale to unpack non-ASCII symbols 2022-06-11 11:25:58 +01:00