From 9a06c40481f1b141dffced600e5a9a12811b0030 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Mon, 31 Aug 2020 00:36:57 -0700 Subject: libuhttpd: fix compilation with uClibc-ng Upstream backport. Signed-off-by: Rosen Penev --- libs/libuhttpd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/libuhttpd/Makefile') diff --git a/libs/libuhttpd/Makefile b/libs/libuhttpd/Makefile index b19ee58ab..3cdc00910 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) -- cgit v1.2.3