kea: fix kea-libs dependencies
authorPhilip A. Prindeville <redacted>
Wed, 15 Apr 2026 22:55:49 +0000 (16:55 -0600)
committerPhilip Prindeville <redacted>
Thu, 16 Apr 2026 16:29:26 +0000 (10:29 -0600)
Include libstdc++ and log4cplus libraries.

Signed-off-by: Philip A. Prindeville <redacted>
net/kea/Makefile

index b6238dd554f8f31d84afecee164ffe99c965a4e3..31afbbb644865f90fe3b8c1b45c62f0412f4c96b 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=kea
 PKG_VERSION:=3.0.2
-PKG_RELEASE:=6
+PKG_RELEASE:=7
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://ftp.isc.org/isc/kea/$(PKG_VERSION)
@@ -63,7 +63,7 @@ endef
 define Package/kea-libs
        $(call Package/kea/Default)
        TITLE+=Libraries
-       DEPENDS:=+libopenssl +log4cplus +boost
+       DEPENDS:=+libopenssl +libstdcpp +log4cplus-any +boost
 endef
 define Package/kea-libs/description
                Kea required Libraries.
git clone https://git.99rst.org/PROJECT