|
Bugzilla – Full Text Bug Listing |
| Summary: | [PATCH] cross compile fixes | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Devin Bayer <devin> |
| Component: | Configure | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | normal | ||
| Version: | 1.6.8 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Attachments: |
Fixes cross compiling issues
Cross compile fixes only (no autoconf 2.57-2.59 changes) |
||
|
Description
Devin Bayer
2005-11-01 18:43:58 MST
Created attachment 40 [details]
Fixes cross compiling issues
Already fixed in the cvs tree for sudo 1.7 (which uses autoconf 2.59) I'm sorry - I guess my patch would be unclear without explaining what was wrong. Sudo doesn't cross compile. Try it yourself. The configure script will always say it cannot run test programs, which of course it can't when cross compiling. You need to allow defaults for test programs. Here is the same patch, except with just the important details highlighted. Thanks, Devin Bayer Created attachment 41 [details]
Cross compile fixes only (no autoconf 2.57-2.59 changes)
The latest sudo sources can be cross-compiled without specifying any cache values in the environment. |