Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libfcgi: fix build problem of libfcgi++ | Thomas Petazzoni | 2012-05-06 | 4 | -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.4 | Peter Korsgaard | 2012-04-30 | 1 | -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 Bachmann | 2012-04-29 | 2 | -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> |