Debian Patches
Status for libace-perl/1.92-13
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
spelling.patch | Fix some spelling issues | Andreas Tille <tille@debian.org> | yes | 2016-02-01 | ||
parallel-ftbfs.patch | Fix parallel FTBFS Only run rpcgen once, not several times in parallel. | Adrian Bunk <bunk@debian.org> | yes | debian | 2017-11-21 | |
defined_hash_array.patch | fix "Can't use 'defined(%hash)'" and "Can't use 'defined(@array)'" warnings | gregor herrmann <gregoa@debian.org> | yes | vendor | 2017-11-24 | |
libtirpc.patch | Build using libtirpc. | Matthias Klose <doko@debian.org> | yes | debian | 2020-11-11 | |
hardening.patch | Hardening flags in compiler | Andreas Tille <tille@debian.org> | yes | 2021-02-20 | ||
cross.patch | Use host compiler and linker instead of build compiler | Nilesh Patra <nilesh@debian.org> | yes | 2021-06-01 | ||
gcc-14.patch | Description: Fix compile with newer gcc "non-void function 'constant' should ..." Étienne Mollier <emollier@debian.org> |
Anton Molyboha <anton.stay.connected@gmail.com> | yes | debian upstream | 2024-08-05 | |
gcc-15.patch | fix build failure with gcc-15 Since gcc-15, the C standard in use is C23, which now translates empty argument lists as zero-argument functions. This patch fixes the following build failure: . call.c:72:8: error: too many arguments to function ‘((CALL *)(calls->base + (sizetype)(calls->size * i)))->func’; expected 0, have 1 72 | (*(arr(calls,i,CALL).func))(args) ; | ~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ |
Étienne Mollier <emollier@debian.org> | yes | debian upstream | 2025-09-10 | |
pod.patch | fix pod error messages. | Étienne Mollier <emollier@debian.org> | yes | 2025-09-10 |