| Summary: | make world -DWANT_AOUT fails in lib/compat/compat3x | ||
|---|---|---|---|
| Product: | Base System | Reporter: | SANETO Takanori <sanewo> |
| Component: | bin | Assignee: | freebsd-bugs (Nobody) <bugs> |
| Status: | Closed FIXED | ||
| Severity: | Affects Only Me | ||
| Priority: | Normal | ||
| Version: | 4.0-CURRENT | ||
| Hardware: | Any | ||
| OS: | Any | ||
State Changed From-To: open->closed WANT_AOUT is no longer a supported build option, thanks anyway. |
make world -DWANT_AOUT fails in lib/compat/compat3x while installing libraries. Fix: Commenting out following line in lib/compat/compat3x/Makefile seems to fix this problem. LIBCOMPATDIR= ${LIBDIR}/compat How-To-Repeat: make world -DWANT_AOUT