libuhttpd: allow building with OpenSSL 3.0
Add -Wno-error=deprecated-declarations to CFLAGS to allow usage of deprecated API. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
This commit is contained in:
parent
51fda9dde7
commit
d0d2f1862b
1 changed files with 2 additions and 1 deletions
|
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=libuhttpd
|
||||
PKG_VERSION:=3.14.1
|
||||
PKG_RELEASE:=$(AUTORELEASE)
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL=https://github.com/zhaojh329/libuhttpd/releases/download/v$(PKG_VERSION)
|
||||
|
@ -41,6 +41,7 @@ Package/libuhttpd-mbedtls=$(call Package/libuhttpd/Default,mbedtls,+PACKAGE_libu
|
|||
Package/libuhttpd-nossl=$(call Package/libuhttpd/Default,nossl)
|
||||
|
||||
CMAKE_OPTIONS += -DBUILD_EXAMPLE=OFF
|
||||
TARGET_CFLAGS += -Wno-error=deprecated-declarations
|
||||
|
||||
ifeq ($(BUILD_VARIANT),openssl)
|
||||
CMAKE_OPTIONS += -DUSE_OPENSSL=ON
|
||||
|
|
Loading…
Reference in a new issue