mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 23:39:00 -04:00
net-p2p/p2pool: don't strip files by default
Closes: https://bugs.gentoo.org/884447 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
This commit is contained in:
parent
c0c680d324
commit
3c50f66943
@ -66,6 +66,15 @@ src_unpack() {
|
||||
"${WORKDIR}"/${P}/external/src/robin-hood-hashing || die
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# 884447: remove -s from OPTIMIZATION_FLAGS
|
||||
sed -i 's/-s\>//' cmake/flags.cmake || die
|
||||
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_RANDOMX=OFF
|
||||
|
@ -19,6 +19,15 @@ DEPEND="
|
||||
net-libs/czmq
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
# 884447: remove -s from OPTIMIZATION_FLAGS
|
||||
sed -i 's/-s\>//' cmake/flags.cmake || die
|
||||
|
||||
cmake_src_prepare
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local mycmakeargs=(
|
||||
-DWITH_RANDOMX=OFF
|
||||
|
Loading…
x
Reference in New Issue
Block a user