The telephony packages feed for difos
Currently compiles fail with: CC libfreeswitch_la-switch_regex.lo src/switch_regex.c: In function 'switch_regex_compile': src/switch_regex.c:40:9: error: return from incompatible pointer type [-Werror=incompatible-pointer-types] return pcre_compile(pattern, options, errorptr, erroroffset, tables); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc1: all warnings being treated as errors Makefile:2100: recipe for target 'libfreeswitch_la-switch_regex.lo' failed make[5]: *** [libfreeswitch_la-switch_regex.lo] Error 1 Fix cherry-picked from upstream. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net> |
||
---|---|---|
.github | ||
libs | ||
net | ||
MAINTAINERS | ||
README.md |
Telephony packages feed
Description
This is an OpenWrt package feed containing community maintained telephony packages.
Usage
To use these packages, add the following line to the feeds.conf in the OpenWrt buildroot:
src-git telephony https://github.com/openwrt/telephony.git
This feed should be included and enabled by default in the OpenWrt buildroot. To install all its package definitions, run:
./scripts/feeds update telephony
./scripts/feeds install -a -p telephony
The telephony packages should now appear in menuconfig.