i2pd: update boost dependencies

Remove 'boost-system' from the dependencies. The 'boost-system' is a
header-only library since version update of boost to '1.89.0'.

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2025-09-02 12:51:24 +02:00
committed by Florian Eckert
parent 54e58a8499
commit 91d0c3f05a

View File

@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=i2pd
PKG_VERSION:=2.58.0
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_BUILD_PARALLEL:=1
PKG_SOURCE_PROTO:=git
@@ -24,13 +24,14 @@ PKG_LICENSE:=BSD-3-Clause
PKG_LICENSE_FILES:=LICENSE
PKG_CPE_ID:=cpe:/a:i2pd:i2pd
PKG_BUILD_DEPENDS:=boost
include $(INCLUDE_DIR)/package.mk
define Package/i2pd
SECTION:=net
CATEGORY:=Network
DEPENDS:=+libopenssl +boost +boost-system \
+boost-program_options +libatomic +zlib
DEPENDS:=+libopenssl +boost +boost-program_options +libatomic +zlib
TITLE:=full-featured C++ implementation of I2P client
URL:=https://github.com/PurpleI2P/i2pd
USERID:=i2pd:i2pd