mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 21:24:31 +04:00
cgi-io: fix compilation against uClibc
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=cgi-io
|
PKG_NAME:=cgi-io
|
||||||
PKG_RELEASE:=18
|
PKG_RELEASE:=19
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0-or-later
|
PKG_LICENSE:=GPL-2.0-or-later
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,10 @@
|
|||||||
|
|
||||||
#include "multipart_parser.h"
|
#include "multipart_parser.h"
|
||||||
|
|
||||||
|
#ifndef O_TMPFILE
|
||||||
|
#define O_TMPFILE (020000000 | O_DIRECTORY)
|
||||||
|
#endif
|
||||||
|
|
||||||
#define READ_BLOCK 4096
|
#define READ_BLOCK 4096
|
||||||
#define POST_LIMIT 131072
|
#define POST_LIMIT 131072
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user