Package: kamailio / 6.0.2-3
Metadata
Package | Version | Patches format |
---|---|---|
kamailio | 6.0.2-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
no_lib64_on_64_bits.patch | (download) |
src/Makefile.defs |
10 1 + 9 - 0 ! |
don't try to install to lib64 |
no_INSTALL_file.patch | (download) |
src/Makefile |
2 0 + 2 - 0 ! |
don't copy the install file to the docs dir |
fix_export.patch | (download) |
src/Makefile |
2 2 + 0 - 0 ! |
make sure symbols are exported from main binary to allow loading modules |
stop setting march on arm.patch | (download) |
src/Makefile.defs |
8 4 + 4 - 0 ! |
stop setting -march on arm This broke the Debian armhf build due to the Debian gcc maintainer changing the semantics of -march to disable FPU support unless +fp is included. |
fix_parallel_bison.patch | (download) |
src/Makefile |
3 2 + 1 - 0 ! |
[patch] makefile: fix dependency of core/cfg.tab.c rule * don't call bison twice Fix #4337 (cherry picked from commit d3e71874cf39c9ab50af293d647754bb589d0612) |
Check only major OpenSSL version.patch | (download) |
src/modules/tls/tls_init.c |
2 1 + 1 - 0 ! |
check only major openssl version The version check was written during OpenSSL 0.9 era. It is not needed in Debian and only getting in the way. |
db_mongodb_mongo2.patch | (download) |
src/modules/db_mongodb/Makefile |
5 5 + 0 - 0 ! |
db_mongodb: support mongo-c-driver version 2 related #4378 |
ndb_mongodb_mongo2.patch | (download) |
src/modules/ndb_mongodb/Makefile |
5 5 + 0 - 0 ! |
ndb_mongodb: support mongo-c-driver version 2 related #4378 |