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