Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
11_build_configure-stamp | avoid building libraries if configure-stamp exists The build script should not build the libraries if configure-stamp exists debian/rules takes care of that. Do not link unneeded libraries: - -lutil is only needed if legacy PTYs are used - -ltiff is not needed at all (pulled in for spandsp, but tiff-dependent code in spandsp is not used by iaxmodem and not linked in the final binary) - Move libraries to end of link command: fixes ld --as-needed (Matthias Klose) @DPATCH@ diff -urNad iaxmodem-1.2.0~dfsg~/build iaxmodem-1.2.0~dfsg/build |
Julian Blanche <jblache@debian.org> | no | |||
build_flags.patch | Pass hardening flags from dpkg dpkg-buildflags sets CFLAGS, CPPFLAGS and LDFLAGS. Pass them to the build process. |
Tzafrir Cohen <tzafrir@debian.org> | no | |||
ftbfs-gcc-10-i386.patch | Fix FTBFS with gcc 10 on i386 | Adrian Bunk <bunk@debian.org> | no |