aboutsummaryrefslogtreecommitdiff
path: root/libs/loudmouth/patches
Commit message (Collapse)AuthorAge
* loudmouth: update to 1.5.4Rosen Penev2021-02-22
| | | | | | | | | | Remove upstreamed patches. Fix license. Use AUTORELEASE to avoid bumping the release. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* loudmouth: Disable debug and fix no deprecated API compilationRosen Penev2018-11-27
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* loudmouth: Fix compilation issue with newer glibRosen Penev2018-11-18
| | | | | | | | Loudmouth enforces -Werror which errors on deprecated APIs. Also switched to codeload for Makefile consistency between projects. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* loudmouth: fix buildW. Michael Petullo2018-07-27
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* loudmouth: patch to avoid libidnW. Michael Petullo2017-03-24
| | | | Signed-off-by: W. Michael Petullo <mike@flyn.org>
* loudmouth: fix autoconf errorsJo-Philipp Wich2017-01-18
Do not override configure recipe and do not invoke upstream autogen.sh. The shipped autogen.sh attempts to call "gtkdocize" which is no guaranteed build prereq of LEDE or OpenWrt. Also add a patch to disable the processing of documentation, tests and examples as these resources rely on gtk-doc infrastructure which is not available within LEDE or OpenWrt. Example error for the bad autogen.sh invocation: ( cd .../loudmouth-1.5.3; ./autogen.sh ) ./autogen.sh: 33: ./autogen.sh: gtkdocize: not found Makefile:73: recipe for target '.../.configured_yynyyyyn' failed Example error for the lacking gtk-doc automake infrastructure: automake: error: cannot open < gtk-doc.make: No such file or directory autoreconf: .../host/bin/automake failed with exit status: 1 [...] config.status: error: cannot find input file: `docs/reference/Makefile.in' Makefile:72: recipe for target '.../.configured_yynyn' failed Signed-off-by: Jo-Philipp Wich <jo@mein.io>