| Summary: | Cross-compile fixes | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Darren Tucker <dtucker> | ||||||
| Component: | Build system | Assignee: | Assigned to nobody <unassigned-bugs> | ||||||
| Status: | CLOSED FIXED | ||||||||
| Severity: | minor | ||||||||
| Priority: | P2 | ||||||||
| Version: | -current | ||||||||
| Hardware: | Other | ||||||||
| OS: | All | ||||||||
| Bug Depends on: | |||||||||
| Bug Blocks: | 1047 | ||||||||
| Attachments: |
|
||||||||
|
Description
Darren Tucker
2005-09-30 11:48:44 AEST
Created attachment 977 [details]
Replace AC_TRY_RUN with AC_COMPILE_IFELSE
Patch against -current. Will need to run "autoreconf" (autoconf 2.59 or
higher) before rerunning configure.
>@@ -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. Created attachment 998 [details]
update based on Tim's comments, attempt to fix /etc/default/login for crosscompile
Tested cross compiling by aabaker at iee.org. Applied patch id #998. Put this in the list of 4.3 fixed bugs Change all RESOLVED bug to CLOSED with the exception of the ones fixed post-4.4. |