i2pd: update boost dependencies
authorFlorian Eckert <[email protected]>
Tue, 2 Sep 2025 10:51:24 +0000 (12:51 +0200)
committerFlorian Eckert <[email protected]>
Wed, 15 Oct 2025 10:51:12 +0000 (12:51 +0200)
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 <[email protected]>
net/i2pd/Makefile

index 246eff57092bebd80fb846e57fd283212674f644..b76788e53496037063a596a6fa7d92b18d182d62 100644 (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