summaryrefslogtreecommitdiffstats
path: root/package/fcgiwrap
Commit message (Collapse)AuthorAgeFilesLines
* fcgiwrap: disable -Werror in CFLAGSThomas Claveirole2017-06-191-0/+1
| | | | | | | | | | | | | | | fcgiwrap's configure script appends -Werror to AM_CFLAGS, then use it to build the package. This is an issue when Buildroot supports a new compiler version and this version makes some warnings appear. Luckily, one can provide CFLAGS=-Wno-error to the configure script so it appends -Wno-error to AM_CFLAGS. Fixes: http://autobuild.buildroot.net/results/8e04bf5a85ecd7f120bc9dedeedc891def6c46c1/ Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fcgiwrap: Add a patch to link with libsystemd, not libsystemd-daemon.Thomas Claveirole2016-07-181-0/+20
| | | | | | | | | Fixes: http://autobuild.buildroot.org/results/9b5e70e42e53e7752245f7c43bd01f208fcf76d0/ Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fcgiwrap: Bump to 99c942c90063c73734e56bacaa65f947772d9186.Thomas Claveirole2016-07-183-4/+4
| | | | | | | | | | | | | | | fcgiwrap was not updated since April 2015, but the last GitHub release is from February 2013. Therefore, bump fcgiwrap to the latest commit as it features fixes and improvements, but is unlikely to be part of a release soon. Update as well: * the license file (latest commit features a COPYING file), * the Config.in URL, as the previous "official" URL now returns an HTTP 502 error. Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* fcgiwrap: add .hash filePeter Korsgaard2016-06-161-0/+2
| | | | | | | | | | | Fixes: http://autobuild.buildroot.org/results/b62/b6200a14da6445eb68915d52211035e326ec82f0/ Similar to jquery-keyboard, it seems the fcgiwrap tarball on the autobuilder is corrupt. Fix it by adding a .hash file so it falls back to our s.b.o mirror. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* fcgiwrap: new packageThomas Claveirole2015-07-113-0/+64
Add package fcgiwrap from https://nginx.localdomain.pl/wiki/FcgiWrap fcgiwrap is a simple server for running CGI applications over FastCGI. It hopes to provide clean CGI support to Nginx (and other web servers that may need it). Signed-off-by: Thomas Claveirole <thomas.claveirole@green-communications.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud