mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user