diff options
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh_8.9p1.bb')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_8.9p1.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_8.9p1.bb b/meta/recipes-connectivity/openssh/openssh_8.9p1.bb index 6c5c1912e8..f306b1245a 100644 --- a/meta/recipes-connectivity/openssh/openssh_8.9p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_8.9p1.bb | |||
@@ -25,6 +25,7 @@ SRC_URI = "http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar | |||
25 | file://sshd_check_keys \ | 25 | file://sshd_check_keys \ |
26 | file://add-test-support-for-busybox.patch \ | 26 | file://add-test-support-for-busybox.patch \ |
27 | file://f107467179428a0e3ea9e4aa9738ac12ff02822d.patch \ | 27 | file://f107467179428a0e3ea9e4aa9738ac12ff02822d.patch \ |
28 | file://0001-Default-to-not-using-sandbox-when-cross-compiling.patch \ | ||
28 | " | 29 | " |
29 | SRC_URI[sha256sum] = "fd497654b7ab1686dac672fb83dfb4ba4096e8b5ffcdaccd262380ae58bec5e7" | 30 | SRC_URI[sha256sum] = "fd497654b7ab1686dac672fb83dfb4ba4096e8b5ffcdaccd262380ae58bec5e7" |
30 | 31 | ||
@@ -77,9 +78,6 @@ EXTRA_OECONF = "'LOGIN_PROGRAM=${base_bindir}/login' \ | |||
77 | # musl doesn't implement wtmp/utmp and logwtmp | 78 | # musl doesn't implement wtmp/utmp and logwtmp |
78 | EXTRA_OECONF:append:libc-musl = " --disable-wtmp --disable-lastlog" | 79 | EXTRA_OECONF:append:libc-musl = " --disable-wtmp --disable-lastlog" |
79 | 80 | ||
80 | # https://bugzilla.mindrot.org/show_bug.cgi?id=3398 | ||
81 | EXTRA_OECONF:append:powerpc = " --with-sandbox=no" | ||
82 | |||
83 | # Since we do not depend on libbsd, we do not want configure to use it | 81 | # Since we do not depend on libbsd, we do not want configure to use it |
84 | # just because it finds libutil.h. But, specifying --disable-libutil | 82 | # just because it finds libutil.h. But, specifying --disable-libutil |
85 | # causes compile errors, so... | 83 | # causes compile errors, so... |