Disable custom CFLAGS
Bug #2121439 reported by
Jonas Jelten
This bug affects 2 people
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| ipxe (Debian) |
Confirmed
|
Unknown
|
|||
| ipxe (Ubuntu) |
Fix Released
|
Medium
|
Jonas Jelten | ||
Bug Description
This came up because our LTO build flags let the build fail.
Upstream has requested in https:/
We should remove our patches to adjust CFLAGS and just go with the package's defaults.
Since this is for building ROMs even generating/
Related branches
~jj/ubuntu/+source/ipxe:lp2121439-remove-custom-cflags-questing
- Andreas Hasenack: Approve
- Canonical Server Reporter: Pending requested
-
Diff: 53 lines (+7/-24)3 files modifieddebian/changelog (+7/-0)
debian/patches/series (+0/-1)
dev/null (+0/-23)
| Changed in ipxe (Ubuntu): | |
| status: | Confirmed → Triaged |
| importance: | Undecided → Medium |
| Changed in ipxe (Debian): | |
| status: | Unknown → Confirmed |
| Changed in ipxe (Ubuntu): | |
| status: | Triaged → In Progress |
| assignee: | nobody → Jonas Jelten (jj) |
To post a comment you must log in.

This is request stands in contrast to the intention of "dpkg-buildflags", as used in Debian & Ubuntu to customize the corresponding distribution to their specific needs.
Ideally, we want to have all packages built using as similar buildflags as possible, as this influences Ubuntu's performance and correctness efforts. So a balance needs to be hit between upstream demands and downstream optimizations.
Certainly, if a specific build-flag causes issues (such as LTO), this can be disabled, e.g.: /wiki.ubuntu. com/ToolChain/ LTO#Implementat ion
https:/