diff --git a/net/kea/Makefile b/net/kea/Makefile index 31afbbb644865..332ef7c49fe05 100644 --- a/net/kea/Makefile +++ b/net/kea/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=kea PKG_VERSION:=3.0.2 -PKG_RELEASE:=7 +PKG_RELEASE:=8 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 +libstdcpp +log4cplus-any +boost + DEPENDS:=+libopenssl +libstdcpp +log4cplus +boost endef define Package/kea-libs/description Kea required Libraries. diff --git a/net/kea/patches/050-boost-static-assert.patch b/net/kea/patches/050-boost-static-assert.patch index b1fe4845e970e..cda8328442e45 100644 --- a/net/kea/patches/050-boost-static-assert.patch +++ b/net/kea/patches/050-boost-static-assert.patch @@ -8,3 +8,13 @@ #include +--- a/src/lib/dns/rdataclass.cc ++++ b/src/lib/dns/rdataclass.cc +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + + #include + #include