site/sh4-linux-uclibc: Add required entries to get sudo to build for sh4 with uclibc.
authorJamie Lenehan <lenehan@twibble.org>
Sun, 28 May 2006 05:19:44 +0000 (05:19 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 28 May 2006 05:19:44 +0000 (05:19 +0000)
site/sh4-linux-uclibc

index 00a9503..fd430c0 100644 (file)
@@ -24,3 +24,6 @@ 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_have_openpty_ctty_bug=${ac_cv_have_openpty_ctty_bug=yes}
+
+# sudo
+sudo_cv_uid_t_len=${sudo_cv_uid_t_len=10}