Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
020201025~e8db37e.patch | test: bind network to localhost | Alfred E. Heggestad <alfred.heggestad@gmail.com> | yes | upstream | upstream, https://github.com/baresip/baresip/commit/e8db37e | 2020-12-20 |
1001_gcc7_compat.patch | Use -D_GNU_SOURCE for gcc-7 compatibility baresip fails to build with gcc-7 because libdirectfb-dev needs to know the size of struct timespec, which is an opaque type unless we're using GNU extensions, but libre-dev sets -std=c99. Adjust cflags to enable _GNU_SOURCE. |
Steve Langasek <steve.langasek@ubuntu.com> | no | debian | 2017-08-26 | |
1002_system_header_locations.patch | Avoid hardcoded locations of system headers baresip's mk/modules.mk hard codes a lot of system header locations and checks for their file existence. As Debian tends to move headers into multiarch locations, this tends to break. In particular, it will fail with any non-glibc libc and with glibc fixing Debian bug <https://bugs.debian.org/798955>. . This patch uses the compiler's search path for discovering headers. . Additionally, all calls to pkg-config supports cross-building by setting PKG_CONFIG. |
Jonas Smedegaard <dr@jones.dk> | no | debian | 2020-10-19 | |
2001_drop_libre_so_check.patch | Drop checking for LIBRE_SO for empty LIBRE_SO variable holds path for libre.so library. This is not really required for package builds as ld will search system paths for library. . This patch might not be suitable for upstream though. |
Vasudev Kamath <vasudev@copyninja.info> | no | 2016-02-08 | ||
2002_test_verbose.patch | make testsuite more verbose | Jonas Smedegaard <dr@jones.dk> | no | 2020-10-08 |