mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +00:00
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:
committed by
Florian Eckert
parent
54e58a8499
commit
91d0c3f05a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user