| Bug#: 157786 | Product: Gentoo Linux | Version: unspecified | Platform: All |
| OS/Version: Linux | Status: RESOLVED | Severity: normal | Priority: P2 |
| Resolution: FIXED | Assigned To: base-system@gentoo.org | Reported By: flameeyes@gentoo.org | |
| Component: Ebuilds | |||
| URL: | |||
| Summary: sys-fs/dosfstools: do NOT ignore user CFLAGS | |||
| Keywords: | |||
| Status Whiteboard: | |||
| Opened: 2006-12-10 18:10 0000 | |||
| Description: | Opened: 2006-12-10 18:10 0000 |
Ignoring entirely user's CFLAGS is not a good practice, as the user might be
trying to use -ggdb, or a specific needed -march value.
The attached patch copes with the optimisations problem by using strip-flags
and then appending the largefile cflags as they are used already by the
package, to maintain the behaviour.
This patch is incremental to bug #157785.
HTH,
Diego
Created an attachment (id=103774) [details]
Ebuild patch