sys-cluster/slurm: Disable ld.gold, bug filed upstream

Signed-off-by: Justin Lecher <jlec@gentoo.org>
Package-Manager: Portage-2.3.40, Repoman-2.3.9
This commit is contained in:
Justin Lecher
2018-06-10 10:40:45 +01:00
parent b90fafeb3a
commit 01804741ea
2 changed files with 4 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ else
S="${WORKDIR}/${MY_P}"
fi
inherit autotools eutils pam perl-module prefix user ${INHERIT_GIT}
inherit autotools eutils pam perl-module prefix toolchain-funcs user ${INHERIT_GIT}
DESCRIPTION="A Highly Scalable Resource Manager"
HOMEPAGE="https://www.schedmd.com"
@@ -71,6 +71,7 @@ pkg_setup() {
}
src_prepare() {
tc-ld-disable-gold
default
# pids should go to /var/run/slurm

View File

@@ -22,7 +22,7 @@ else
S="${WORKDIR}/${MY_P}"
fi
inherit autotools bash-completion-r1 eutils pam perl-module prefix user ${INHERIT_GIT}
inherit autotools bash-completion-r1 eutils pam perl-module prefix toolchain-funcs user ${INHERIT_GIT}
DESCRIPTION="A Highly Scalable Resource Manager"
HOMEPAGE="https://www.schedmd.com"
@@ -72,6 +72,7 @@ pkg_setup() {
}
src_prepare() {
tc-ld-disable-gold
default
# pids should go to /var/run/slurm