Summary: | app-cdr/dvdisaster-0.72.2[debug] does not respect LDFLAGS ( only --hash-style=gnu ) | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | New packages | Assignee: | Gentoo Optical Media project <media-optical> |
Status: | RESOLVED FIXED | ||
Severity: | QA | Keywords: | REGRESSION |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 331933 | ||
Attachments: | build.log |
It does here. I'm unable to reproduce this and upstream CHANGELOG says: - configure will now correctly honor $LDFLAGS from the user environment Then GNUmakefile.template has: LOPTS = $(LDFLAGS) [cut off rest of the line] Followed by: $(CC) $(LOPTS) $(OFILES) $(LIBS) -o dvdisaster [cut off rest of the line] (In reply to comment #1) > It does here. I'm unable to reproduce this and upstream CHANGELOG says: added more info to the summary (In reply to comment #2) > (In reply to comment #1) > > It does here. I'm unable to reproduce this and upstream CHANGELOG says: > added more info to the summary That's exactly what I'm using and can't reproduce. $ emerge --info |grep LDFLAGS LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu" Ahh, USE=debug, hold on a moment + 08 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> dvdisaster-0.72.2.ebuild: + Remove --debug which was only overriding flags from environment with -ggdb + wrt #385819 by Agostino Sarubbo |
Created attachment 288927 [details] build.log app-cdr/dvdisaster-0.72.2 does not respect LDFLAGS