summaryrefslogtreecommitdiffstats
path: root/package/libfcgi
Commit message (Collapse)AuthorAgeFilesLines
* libfcgi: fix build problem of libfcgi++Thomas Petazzoni2012-05-064-1/+116
| | | | | | | | | | | | Fix the way libfcgi++ is linked against libfcgi to solve the http://autobuild.buildroot.org/results/f8e88e93f32e4e94ac9aef5a3f3f2826f1970453/build-end.log build problem. Since we're fixing Makefile.am, take that opportunity to add -lm where needed, to avoid the need of using custom LDFLAGS in libfcgi.mk. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* libfcgi: fix build with C++ support and gcc >= 4.4Peter Korsgaard2012-04-301-0/+24
| | | | | | As reported on the ml by Rico Bachmann. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* package: add libfcgi fast cgi library.Rico Bachmann2012-04-292-0/+18
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Rico Bachmann <bachmann@tofwerk.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>