aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Pimentel <adam.pimentel@protonmail.com>2022-12-05 16:48:21 -0500
committerAdam Pimentel <adam.pimentel@protonmail.com>2022-12-05 16:48:21 -0500
commit632629413d5fc525362ac20264a733b474b3520d (patch)
treecaa94965ff45c86d7df7ebf666fdaed3e9dfe077
parentdev-util/blueprint-compiler: Build documentation in src_compile (diff)
downloadguru-63262941.tar.gz
guru-63262941.tar.bz2
guru-63262941.zip
net-p2p/feather: removed unused cmake vars
Signed-off-by: Adam Pimentel <adam.pimentel@protonmail.com>
-rw-r--r--net-p2p/feather/feather-2.1.0.ebuild3
-rw-r--r--net-p2p/feather/feather-9999.ebuild3
2 files changed, 0 insertions, 6 deletions
diff --git a/net-p2p/feather/feather-2.1.0.ebuild b/net-p2p/feather/feather-2.1.0.ebuild
index 206d0843e..eee1b7ae7 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 5e59c6a34..21fce42cf 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