Ticket #570 (closed defect: fixed)
Fix libathdir to have a sane compiled-in default for ATHENA_SYS
Reported by: | jdreed | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | Summer 2010 (Lucid Deploy) |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | ||
Upstream bug: |
Description
At build time, libathdir saves the value of ATHENA_SYS as a compiled-in default in case the users environment is wacky. However, we don't set ATHENA_SYS usefully in the build chroots, so it ends up with amd64_deb50 for all platforms, which is wrong.
We should set ATHENA_SYS correctly when building libathdir. We can do this by build-depending on machtype, and using that to get the sane value.
Change History
Note: See
TracTickets for help on using
tickets.
Note that fixing this will require re-building any package that uses libathdir, courtesy of #70