Hello, The updated curl (7.21.1) does not cross-build, its configure script was generated using the newer autoconf, which uses a different name for the urandom cached variable. Please, find attached a patch to add the new variable into script/config.cache.
-- Dmitry S. Vasilchenko
Index: scripts/config.cache =================================================================== --- scripts/config.cache (revision 37318) +++ scripts/config.cache (working copy) @@ -29,6 +29,7 @@ ac_cv_header_ulimit_h=yes ac_cv_sys_restartable_syscalls=yes ac_cv_file___dev_urandom_=yes +ac_cv_file__dev_urandom=yes ac_cv_file__dev_random=yes ac_cv_file__dev_ptmx=yes ac_cv_file__dev_ptc=no
----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [email protected] with a subject of: unsubscribe t2
