diff options
Diffstat (limited to 'meta/recipes-connectivity/openssh/openssh_6.7p1.bb')
-rw-r--r-- | meta/recipes-connectivity/openssh/openssh_6.7p1.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/openssh/openssh_6.7p1.bb b/meta/recipes-connectivity/openssh/openssh_6.7p1.bb index dcbc181aa9..a2726291fe 100644 --- a/meta/recipes-connectivity/openssh/openssh_6.7p1.bb +++ b/meta/recipes-connectivity/openssh/openssh_6.7p1.bb | |||
@@ -62,6 +62,9 @@ CACHED_CONFIGUREVARS += "ac_cv_header_bsd_libutil_h=no ac_cv_header_libutil_h=no | |||
62 | # passwd path is hardcoded in sshd | 62 | # passwd path is hardcoded in sshd |
63 | CACHED_CONFIGUREVARS += "ac_cv_path_PATH_PASSWD_PROG=${bindir}/passwd" | 63 | CACHED_CONFIGUREVARS += "ac_cv_path_PATH_PASSWD_PROG=${bindir}/passwd" |
64 | 64 | ||
65 | # We don't want to depend on libblockfile | ||
66 | CACHED_CONFIGUREVARS += "ac_cv_header_maillock_h=no" | ||
67 | |||
65 | # This is a workaround for uclibc because including stdio.h | 68 | # This is a workaround for uclibc because including stdio.h |
66 | # pulls in pthreads.h and causes conflicts in function prototypes. | 69 | # pulls in pthreads.h and causes conflicts in function prototypes. |
67 | # This results in compilation failure, so unless this is fixed, | 70 | # This results in compilation failure, so unless this is fixed, |