diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-connectivity/openssh/openssh_9.6p1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_9.6p1.bb b/meta/recipes-connectivity/openssh/openssh_9.6p1.bb index 1fd36a266f..edd8e8c2d1 100644 --- a/meta/recipes-connectivity/openssh/openssh_9.6p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_9.6p1.bb | |||
| @@ -85,6 +85,9 @@ EXTRA_OECONF:append:libc-musl = " --disable-wtmp --disable-lastlog" | |||
| 85 | EXTRA_OECONF:append:mips = " --without-hardening" | 85 | EXTRA_OECONF:append:mips = " --without-hardening" |
| 86 | EXTRA_OECONF:append:mips64 = " --without-hardening" | 86 | EXTRA_OECONF:append:mips64 = " --without-hardening" |
| 87 | 87 | ||
| 88 | # Work around ICE on powerpc64le starting in 9.6p1 | ||
| 89 | EXTRA_OECONF:append:powerpc64le = " --without-hardening" | ||
| 90 | |||
| 88 | # Since we do not depend on libbsd, we do not want configure to use it | 91 | # Since we do not depend on libbsd, we do not want configure to use it |
| 89 | # just because it finds libutil.h. But, specifying --disable-libutil | 92 | # just because it finds libutil.h. But, specifying --disable-libutil |
| 90 | # causes compile errors, so... | 93 | # causes compile errors, so... |
