Package: libace-perl / 1.92-13
Metadata
Package | Version | Patches format |
---|---|---|
libace-perl | 1.92-13 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
spelling.patch | (download) |
Ace.pm |
2 1 + 1 - 0 ! |
fix some spelling issues |
parallel ftbfs.patch | (download) |
acelib/Makefile |
6 5 + 1 - 0 ! |
fix parallel ftbfs Only run rpcgen once, not several times in parallel. |
defined_hash_array.patch | (download) |
Ace/Browser/SiteDefs.pm |
4 2 + 2 - 0 ! |
fix "can't use 'defined(%hash)'" and "can't use 'defined(@array)'" warnings |
libtirpc.patch | (download) |
acelib/Makefile |
2 1 + 1 - 0 ! |
build using libtirpc. Bug-Debian: https://bugs.debian.org/974198 |
hardening.patch | (download) |
acelib/Makefile |
6 3 + 3 - 0 ! |
hardening flags in compiler |
cross.patch | (download) |
acelib/Makefile |
13 7 + 6 - 0 ! |
use host compiler and linker instead of build compiler |
gcc 14.patch | (download) |
RPC/RPC.xs |
6 0 + 6 - 0 ! |
Fix compile with newer gcc "non-void function 'constant' should ..." |
gcc 15.patch | (download) |
acelib/wh/call.h |
2 1 + 1 - 0 ! |
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) ; | ~^~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~ |
pod.patch | (download) |
Ace.pm |
4 4 + 0 - 0 ! |
fix pod error messages. |