summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-connectivity/openssh/openssh_9.6p1.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_9.6p1.bb b/meta/recipes-connectivity/openssh/openssh_9.6p1.bb
index 6366cefdf9..1fd36a266f 100644
--- a/meta/recipes-connectivity/openssh/openssh_9.6p1.bb
+++ b/meta/recipes-connectivity/openssh/openssh_9.6p1.bb
@@ -81,6 +81,10 @@ EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \
81# musl doesn't implement wtmp/utmp and logwtmp 81# musl doesn't implement wtmp/utmp and logwtmp
82EXTRA_OECONF:append:libc-musl = " --disable-wtmp --disable-lastlog" 82EXTRA_OECONF:append:libc-musl = " --disable-wtmp --disable-lastlog"
83 83
84# Work around ICE on mips/mips64 starting in 9.6p1
85EXTRA_OECONF:append:mips = " --without-hardening"
86EXTRA_OECONF:append:mips64 = " --without-hardening"
87
84# Since we do not depend on libbsd, we do not want configure to use it 88# Since we do not depend on libbsd, we do not want configure to use it
85# just because it finds libutil.h. But, specifying --disable-libutil 89# just because it finds libutil.h. But, specifying --disable-libutil
86# causes compile errors, so... 90# causes compile errors, so...