From 632629413d5fc525362ac20264a733b474b3520d Mon Sep 17 00:00:00 2001 From: Adam Pimentel Date: Mon, 5 Dec 2022 16:48:21 -0500 Subject: [PATCH] net-p2p/feather: removed unused cmake vars Signed-off-by: Adam Pimentel --- net-p2p/feather/feather-2.1.0.ebuild | 3 --- net-p2p/feather/feather-9999.ebuild | 3 --- 2 files changed, 6 deletions(-) diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild index 206d0843e8..eee1b7ae75 100644 --- a/net-p2p/feather/feather-2.1.0.ebuild +++ b/net-p2p/feather/feather-2.1.0.ebuild @@ -82,11 +82,8 @@ src_configure() { local mycmakeargs=( -DARCH=x86-64 -DBUILD_64=ON - -DBUILD_SHARED_LIBS=Off # Vendored Monero libs collision -DBUILD_TAG="linux-x64" - -DBUILD_TESTS=OFF -DDONATE_BEG=OFF - -DINSTALL_VENDORED_LIBUNBOUND=OFF -DMANUAL_SUBMODULES=1 -DSTATIC=OFF -DSELF_CONTAINED=OFF diff --git a/net-p2p/feather/feather-9999.ebuild b/net-p2p/feather/feather-9999.ebuild index 5e59c6a34b..21fce42cf0 100644 --- a/net-p2p/feather/feather-9999.ebuild +++ b/net-p2p/feather/feather-9999.ebuild @@ -48,11 +48,8 @@ src_configure() { local mycmakeargs=( -DARCH=x86-64 -DBUILD_64=ON - -DBUILD_SHARED_LIBS=Off # Vendored Monero libs collision -DBUILD_TAG="linux-x64" - -DBUILD_TESTS=OFF -DDONATE_BEG=OFF - -DINSTALL_VENDORED_LIBUNBOUND=OFF -DMANUAL_SUBMODULES=1 -DSTATIC=OFF -DSELF_CONTAINED=OFF