openwrt-feed-telephony/libs
Sergey V. Lobanov 3424e0027d libpri: fix build on macos
libpri can not be built on macos for OpenWrt Linux target due to:
1. Makefile uses `ar` and `ranlib` (without using make variables).
   MacOS system ar and ranlib are not compatible with the objects
   generated by OpenWrt GCC toolchain. This commit adds patch to
   add an ability to redefine `ar` and `ranlib` tools.
   Upstream issue: https://issues.asterisk.org/jira/browse/PRI-188
2. Makefile detects Darwin using `uname -s` and changes build logic
   but it is not need for cross-platfrom build. This commit
   redefines OSARCH=Linux in OpenWrt Makefile
3. After redefining OSARCH=Linux, libpri Makefile uses /sbin/ldconfig
   that does not exist on MacOS. This commit redefines LDCONFIG=ldconfig
   in OpenWrt Makefile to use ldconfig provided by OpenWrt.

Patch '001-fix-include-signal-h-warning.patch' was refreshed to pass
CI checks. The payload of this patch was not changed.

Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
2022-01-30 14:40:24 +03:00
..
bcg729 bcg729: update to v1.1.1 2021-04-19 08:47:47 +02:00
dahdi-linux dahdi-linux: fix Module.symvers handling 2021-02-20 12:09:33 +01:00
dahdi-tools dahdi-tools: fix compilation with musl 1.2.x 2021-07-08 17:16:56 -07:00
freetdm freetdm: clean PKG_CONFIG_DEPENDS 2021-11-09 18:58:45 +01:00
gsmlib gsmlib: disable NLS 2021-08-22 16:44:53 +02:00
iksemel iksemel: use Google Storage API to get sources from former Googlecode 2018-03-16 09:28:50 +03:00
libctb treewide: remove uClibc++ support 2021-03-06 14:45:47 -08:00
libks libks: bump to 1.7.0 2021-03-12 17:57:08 +01:00
libosip2 libosip2: bump to 5.1.2 2020-10-03 18:51:03 +02:00
libpri libpri: fix build on macos 2022-01-30 14:40:24 +03:00
libsrtp libsrtp: bump to 2.4.2 2021-11-28 18:14:12 +01:00
pjproject pjproject: sync patches with asterisk 18.7.1 2021-10-18 14:23:46 +02:00
re re: bump to 2.0.1 2021-12-07 00:13:35 +01:00
rem rem: bump to 1.0.0 2021-12-07 00:16:16 +01:00
signalwire-client-c signalwire-client-c: bump to 1.3.0 2020-05-12 19:32:17 +02:00
sofia-sip sofia-sip: bump to 1.13.6 2021-10-30 21:32:07 +02:00
spandsp spandsp: use $(INSTALL_DATA) for regular files 2018-02-24 11:01:56 +01:00
spandsp3 spandsp3: bump to 2020-10-19 2021-03-12 18:01:50 +01:00