| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- build with gcc14 - added patches + tcp_wrappers_7.6-gcc14.patch
- Use %patch -P N instead of deprecated %patchN.
- Add hosts.allow and hosts.deny config files from the netcfg package, as they are tcpd specific, bsc#1099755
- use _libdir (boo#1191098)
- Makefile is not parallel-safe
- tcp_wrappers_7.6-shared-lib.diff: Linux has STRERROR not SYS_ERRLIST [bsc#1175272]
- Add tcp_wrappers_7.6-ipv6.fix.fix3.diff in order to fix boo#1149708.
- Use FAT LTO objects in order to provide proper static library.
- tcp_wrappers_7.6-optflags.diff: enable PIE for all binaries directly.
- tcp_wrappers_7.6.diff: don't use public headers for own functions, make own yp_get_default_domain static.