kumquat-buildroot/package/darkhttpd
Fabrice Fontaine 9ca64820db package/darkhttpd: fix build with gcc 4.8
Fix the following build failure which is raised since bump to version
0.13 in commit 88705a8c24:

darkhttpd.c:966:5: error: 'for' loop initial declarations are only allowed in C99 mode
     for (int i = 0, j = 0; i < input_length;) {
     ^

Fixes:
 - http://autobuild.buildroot.org/results/ffc/ffcb627c44d2b7202d641129b67af2dc7865c618/build-end.log

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2021-07-20 23:41:54 +02:00
..
0001-Declare-vars-outside-of-for-loop-for-std-c90.patch package/darkhttpd: fix build with gcc 4.8 2021-07-20 23:41:54 +02:00
Config.in
darkhttpd.hash
darkhttpd.mk
darkhttpd.service
S50darkhttpd