Summary: | sys-block/disktype does not respect LDFLAGS | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Diego Elio Pettenò (RETIRED) <flameeyes> |
Component: | New packages | Assignee: | Forensics Herd [disbanded] <forensics+obsolete> |
Status: | RESOLVED FIXED | ||
Severity: | QA | CC: | esigra |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: |
Build log
Patch to disktype-9.ebuild to use emake and to respect LDFLAGS |
Description
Diego Elio Pettenò (RETIRED)
2010-08-26 14:52:11 UTC
Created attachment 244733 [details]
Build log
Created attachment 244787 [details, diff]
Patch to disktype-9.ebuild to use emake and to respect LDFLAGS
The upstream Makefile explicitly sets LDFLAGS to nothing and CFLAGS to a fixed value. Since the Gentoo ebuild already sets CC= and CFLAGS= on the make command line, this patch follows the same approach by also setting LDFLAGS via the make command line. This patch also switches to emake, since the upstream build system seems to be parallel safe. I built with MAKEOPTS=-j on a 4-core machine with no problem and the Makefile looks correct.
Fixed in CVS. |