http://bugzilla.mindrot.org/show_bug.cgi?id=1097 Summary: Cross-compile fixes Product: Portable OpenSSH Version: -current Platform: Other OS/Version: All Status: NEW Severity: minor Priority: P2 Component: Build system AssignedTo: bitbucket at mindrot.org ReportedBy: dtucker at zip.com.au It has been pointed out that some of the tests in configure don't work when cross compiling. I have a patch (against -current) which I will attach but I can't test it. If anyone cross-compiling openssh can test it it would be appreciated. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=1097 ------- Additional Comments From dtucker at zip.com.au 2005-09-30 11:50 ------- Created an attachment (id=977) --> (http://bugzilla.mindrot.org/attachment.cgi?id=977&action=view) Replace AC_TRY_RUN with AC_COMPILE_IFELSE Patch against -current. Will need to run "autoreconf" (autoconf 2.59 or higher) before rerunning configure. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=1097 ------- Additional Comments From tim at multitalents.net 2005-10-04 06:44 ------->@@ -1002,10 +1003,12 @@ AC_ARG_WITH(skey, > SKEY_MSG="yes" > > AC_MSG_CHECKING([for s/key support]) >- AC_TRY_RUN( >+ AC_TRY_COMPILE( > [I don't see the advantage of replacing one obsolete macro with another obsolete macro. Other than that, the patch looks good. I can't test cross compile, but replaceing some of the obsolete macros is worth doing. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=1097 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #977 is|0 |1 obsolete| | ------- Comment #3 from dtucker at zip.com.au 2005-10-15 14:27 ------- Created an attachment (id=998) --> (http://bugzilla.mindrot.org/attachment.cgi?id=998&action=view) update based on Tim's comments, attempt to fix /etc/default/login for crosscompile ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
http://bugzilla.mindrot.org/show_bug.cgi?id=1097 dtucker at zip.com.au changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Comment #4 from dtucker at zip.com.au 2005-10-17 23:29 ------- Tested cross compiling by aabaker at iee.org. Applied patch id #998. ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.