|
Bugzilla – Full Text Bug Listing |
| Summary: | Out of tree builds fail | ||
|---|---|---|---|
| Product: | Sudo | Reporter: | Ross Burton <ross.burton> |
| Component: | Configure | Assignee: | Todd C. Miller <Todd.Miller> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | low | ||
| Version: | 1.8.14 | ||
| Hardware: | All | ||
| OS: | Other | ||
| Attachments: | Patch | ||
Committed, thanks. Fixed in sudo 1.8.15 |
Created attachment 456 [details] Patch src/Makefile.in uses top_srcdir to refer to the init scripts and sudo.conf file, but there are generated by configure and so top_builddir should be used as in out-of-tree builds they won't be in the source tree.