From: Rosen Penev Date: Mon, 31 Aug 2020 07:36:57 +0000 (-0700) Subject: libuhttpd: fix compilation with uClibc-ng X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9a06c40481f1b141dffced600e5a9a12811b0030;p=feed%2Fpackages.git libuhttpd: fix compilation with uClibc-ng Upstream backport. Signed-off-by: Rosen Penev --- diff --git a/libs/libuhttpd/Makefile b/libs/libuhttpd/Makefile index b19ee58ab0..3cdc009100 100644 --- a/libs/libuhttpd/Makefile +++ b/libs/libuhttpd/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libuhttpd PKG_VERSION:=3.2.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL=https://github.com/zhaojh329/libuhttpd/releases/download/v$(PKG_VERSION) diff --git a/libs/libuhttpd/patches/010-offset.patch b/libs/libuhttpd/patches/010-offset.patch new file mode 100644 index 0000000000..f534e030ce --- /dev/null +++ b/libs/libuhttpd/patches/010-offset.patch @@ -0,0 +1,10 @@ +--- a/src/file.c ++++ b/src/file.c +@@ -24,6 +24,7 @@ + + #define _DEFAULT_SOURCE + #define _XOPEN_SOURCE ++#define _FILE_OFFSET_BITS 64 + + #include + #include