mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
net-p2p/p2pool: version bump, fix live ebuild
Fixes: https://bugs.gentoo.org/941380 Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
This commit is contained in:
@@ -13,24 +13,20 @@ LICENSE="BSD GPL-3+ ISC LGPL-3+ MIT"
|
||||
SLOT="0"
|
||||
|
||||
DEPEND="
|
||||
dev-libs/libsodium
|
||||
dev-libs/openssl
|
||||
net-libs/czmq
|
||||
dev-libs/libuv
|
||||
net-misc/curl
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# 884447: remove -s from OPTIMIZATION_FLAGS
|
||||
sed -i 's/-s\>//' cmake/flags.cmake || die
|
||||
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DSTATIC_BINARY=OFF
|
||||
-DSTATIC_LIBS=OFF
|
||||
-DWITH_RANDOMX=OFF
|
||||
-DWITH_GRPC=OFF
|
||||
-DWITH_TLS=OFF
|
||||
)
|
||||
|
||||
cmake_src_configure
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user