Skip to content
Snippets Groups Projects
Commit cadf429a authored by Remi Gacogne's avatar Remi Gacogne Committed by Josef Schlehofer
Browse files

h2o: Build libh2o-evloop without yaml support


The only package using this library, dnsdist, does not require it
so let's save space and PSS memory.

Signed-off-by: default avatarRemi Gacogne <remi.gacogne@powerdns.com>
(cherry picked from commit 23a9cd519ca6f5a0e0a23518d4cb1470720f3438)
parent d1c12e08
No related branches found
No related tags found
1 merge request!47Merge commit '8e3a1824645f' (OpenWrt v23.05.2) into devel
......@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=h2o
PKG_VERSION:=2.2.6
PKG_RELEASE:=13
PKG_RELEASE:=14
PKG_SOURCE_URL:=https://codeload.github.com/h2o/h2o/tar.gz/v${PKG_VERSION}?
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
......@@ -26,7 +26,7 @@ define Package/libh2o-evloop
CATEGORY:=Libraries
TITLE:=H2O Library compiled with its own event loop
URL:=https://h2o.examp1e.net/
DEPENDS:=+libopenssl +zlib +libyaml
DEPENDS:=+libopenssl +zlib
endef
define Package/libh2o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment