Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 432676 - www-client/dwb-2012.08.22 version bump, respect LDFLAGS
Summary: www-client/dwb-2012.08.22 version bump, respect LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: Tim Harder
URL: https://bitbucket.org/portix/dwb/down...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-25 06:28 UTC by Michael Weber (RETIRED)
Modified: 2012-08-26 00:45 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Weber (RETIRED) gentoo-dev 2012-08-25 06:28:42 UTC
released Aug 22nd. thanks
Comment 1 Michael Weber (RETIRED) gentoo-dev 2012-08-25 06:40:01 UTC
the old ebuild works, but I'd like to suggest this patch to fix respect LDFLAGS on both versions

michael@x dwb % diff -ru dwb-2012.05.11.ebuild dwb-2012.08.22.ebuild 
--- dwb-2012.05.11.ebuild       2012-08-20 05:09:56.738672371 +0200
+++ dwb-2012.08.22.ebuild       2012-08-25 08:37:18.381592287 +0200
@@ -29,6 +29,7 @@
 
 src_prepare() {
        sed -i -e "/^CFLAGS += -\(pipe\|g\|O2\)/d" config.mk || die
+       sed -i -e "/^LDFLAGS =/s:=:+=:" config.mk || die
 }
 
 src_compile() {
Comment 2 Michael Weber (RETIRED) gentoo-dev 2012-08-25 08:27:27 UTC
I've talked to portix in #dwb about the LDFLAGS issue and the change was accepted in

https://bitbucket.org/portix/dwb/changeset/9fb2a463
Comment 3 Tim Harder gentoo-dev 2012-08-26 00:45:11 UTC
Added to CVS.