The telephony packages feed for difos
When libbsd is available in staging it will be picked up by pcapsipdump during the compile. The binary will link to libbsd, causing an additional dependency. Currently the builds on the bots are failing because of this. The only function pcapsipdump is using from libbsd is strlcpy(). This function is also provided by uClibc as well as musl. Attached patch adds a detection mechanism that checks whether libc provides strlcpy(). This way the dependency on libbsd is only required if building against a libc which doesn't package strlcpy(), like glibc. DEPENDS are updated to reflect that. 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.