diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-06-20 23:14:14 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-06-20 23:14:14 +0000 |
commit | a59cad32e7a26cf2a0cd4d2bc99280347938a647 (patch) | |
tree | 61deb8ba29c6b8dc9fe46e6b5521318fcef5e8cc | |
parent | 74703c393c14c2e7d357942fa2739fb703a91465 (diff) |
site/i{35}86-linux: Add required entries for building openssh. Closes bug #1109.
-rw-r--r-- | site/i386-linux | 8 | ||||
-rw-r--r-- | site/i586-linux | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/site/i386-linux b/site/i386-linux index 6acbf933af..422c825bef 100644 --- a/site/i386-linux +++ b/site/i386-linux @@ -82,6 +82,14 @@ ac_cv_func_getaddrinfo=${ac_cv_func_getaddrinfo=yes} # D-BUS ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} +#ssh +ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes} +ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no} +ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} +ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes} +ac_cv_type_struct_timespec=${ac_cv_type_struct_timespec=yes} +ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} + # samba samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} diff --git a/site/i586-linux b/site/i586-linux index 3e0023609b..65b7c0dd8a 100644 --- a/site/i586-linux +++ b/site/i586-linux @@ -96,6 +96,14 @@ ac_cv_uint=${ac_cv_uint=yes} ac_cv_ulong=${ac_cv_ulong=yes} ac_cv_ushort=${ac_cv_ushort=yes} +#ssh +ac_cv_have_space_d_name_in_struct_dirent=${ac_cv_dirent_have_space_d_name=yes} +ac_cv_have_broken_snprintf=${ac_cv_have_broken_snprintf=no} +ac_cv_have_accrights_in_msghdr=${ac_cv_have_accrights_in_msghdr=no} +ac_cv_have_control_in_msghdr=${ac_cv_have_control_in_msghdr=yes} +ac_cv_type_struct_timespec=${ac_cv_type_struct_timespec=yes} +ac_cv_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes} + # samba samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} |