Created attachment 288927 [details] build.log app-cdr/dvdisaster-0.72.2 does not respect LDFLAGS
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