net-misc/openssh: allow stack protector on musl x86 + musl ppc

See: b28378fc23
Bug: https://bugs.gentoo.org/706210
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-12-03 06:36:44 +00:00
parent 4b20afa3bd
commit f679c94c41
3 changed files with 0 additions and 15 deletions

View File

@@ -308,11 +308,6 @@ src_configure() {
)
if use elibc_musl; then
# stackprotect is broken on musl x86 and ppc
if use x86 || use ppc; then
myconf+=( --without-stackprotect )
fi
# musl defines bogus values for UTMP_FILE and WTMP_FILE
# https://bugs.gentoo.org/753230
myconf+=( --disable-utmp --disable-wtmp )

View File

@@ -318,11 +318,6 @@ src_configure() {
)
if use elibc_musl; then
# stackprotect is broken on musl x86 and ppc
if use x86 || use ppc; then
myconf+=( --without-stackprotect )
fi
# musl defines bogus values for UTMP_FILE and WTMP_FILE
# https://bugs.gentoo.org/753230
myconf+=( --disable-utmp --disable-wtmp )

View File

@@ -308,11 +308,6 @@ src_configure() {
)
if use elibc_musl; then
# stackprotect is broken on musl x86 and ppc
if use x86 || use ppc; then
myconf+=( --without-stackprotect )
fi
# musl defines bogus values for UTMP_FILE and WTMP_FILE
# https://bugs.gentoo.org/753230
myconf+=( --disable-utmp --disable-wtmp )