h2o: Build libh2o-evloop without yaml support
authorRemi Gacogne <remi.gacogne@powerdns.com>
Wed, 14 Jun 2023 13:18:29 +0000 (15:18 +0200)
committerRosen Penev <rosenp@gmail.com>
Thu, 22 Jun 2023 18:36:50 +0000 (21:36 +0300)
The only package using this library, dnsdist, does not require it
so let's save space and PSS memory.

Signed-off-by: Remi Gacogne <remi.gacogne@powerdns.com>
libs/h2o/Makefile

index e7529d1e2fe1513cc25061ecb2573d8089bb9d9b..30241356fa163de835e4f66dbbb3899cf5e30768 100644 (file)
@@ -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