app-metrics/node_exporter: workaround bug #917577 for x86 builds

Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Bug: https://bugs.gentoo.org/917577
This commit is contained in:
Robin H. Johnson
2023-11-26 13:47:01 -08:00
parent c40a71a8d1
commit 9bd2a2d610

View File

@@ -51,6 +51,10 @@ src_unpack() {
}
src_compile() {
if use x86; then
#917577 pie breaks build on x86
GOFLAGS=${GOFLAGS//-buildmode=pie}
fi
promu build -v || die
./"${PN}" --help-man > "${PN}".1 || die
}