commit: f9af7e5513f76af8a3bd1f54f5d31a12a1d2464e
Author: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
AuthorDate: Fri Feb 14 00:58:08 2025 +0000
Commit: Adam Pimentel <adam.pimentel <AT> protonmail <DOT> com>
CommitDate: Fri Feb 14 00:58:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9af7e55
net-p2p/p2pool: remove bad/unnessisary cmake option
Signed-off-by: Adam Pimentel <adam.pimentel <AT> protonmail.com>
net-p2p/p2pool/p2pool-4.3.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/net-p2p/p2pool/p2pool-4.3.ebuild b/net-p2p/p2pool/p2pool-4.3.ebuild
index 0c9879d79..def6ca5e7 100644
--- a/net-p2p/p2pool/p2pool-4.3.ebuild
+++ b/net-p2p/p2pool/p2pool-4.3.ebuild
@@ -53,7 +53,6 @@ src_configure() {
local mycmakeargs=(
-DSTATIC_BINARY=OFF
-DSTATIC_LIBS=OFF
- -DWITH_RANDOMX=OFF
-DWITH_GRPC=OFF #$(usex grpc)
-DWITH_TLS=OFF #$(usex tls)
)