aboutsummaryrefslogtreecommitdiff
path: root/net/uwsgi-cgi/patches/010-uclibc-ng.patch
Commit message (Collapse)AuthorAge
* uwsgi: add modular package superseeding uwsgi-cgiPeter Stadler2020-01-01
| | | | | | | | | | | Provide the minimal applications and plugins for: cgi, filelog, syslog and python3. More plugins can be added if needed by other packages. Autostart uwsgi in emperor mode loading vassals on demand. For now, include luci-support (maybe it will be moved to another package), which uses the syslog plugin by default. Signed-off-by: Peter Stadler <peter.stadler@student.uibk.ac.at>
* uwsgi-cgi: Fix compilation under uClibc-ngRosen Penev2019-05-01
execinfo.h is missing. Signed-off-by: Rosen Penev <rosenp@gmail.com>