This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
cgi-io: fix compilation against uClibc
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
lilik-openwrt-22.03
Jo-Philipp Wich
5 years ago
parent
8d78da73fb
commit
ed965cf16f
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/cgi-io/Makefile
+4
-0
net/cgi-io/src/main.c
+ 1
- 1
net/cgi-io/Makefile
View File
@ -8,7 +8,7 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
cgi-io
PKG_RELEASE
:=
1
8
PKG_RELEASE
:=
1
9
PKG_LICENSE
:=
GPL-2.0-or-later
+ 4
- 0
net/cgi-io/src/main.c
View File
@ -37,6 +37,10 @@
#
include
"multipart_parser.h"
#
ifndef O_TMPFILE
#
define O_TMPFILE (020000000 | O_DIRECTORY)
#
endif
#
define READ_BLOCK 4096
#
define POST_LIMIT 131072
Write
Preview
Loading…
Cancel
Save