Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 331887 - net-mail/libdbx does not respect LDFLAGS
Summary: net-mail/libdbx does not respect LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High QA (vote)
Assignee: Patrick Kursawe (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2010-08-09 16:47 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-08-26 21:14 UTC (History)
0 users

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


Attachments
Build log (libdbx-1.0.3:20100807-233244.log,1.63 KB, text/plain)
2010-08-09 16:48 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-09 16:47:56 UTC
See attached build log.

(Please do not complain about the need for looking at the build log until you can provide an easy way to open bugs with the correct data picked out of a tinderbox log. Thanks.)
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-09 16:48:18 UTC
Created attachment 242095 [details]
Build log
Comment 2 Patrick Kursawe (RETIRED) gentoo-dev 2010-08-26 19:08:16 UTC
Fixed silently since it does not install any shared libraries, so there's not much to be gained by different LDFLAGS.
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-08-26 19:43:22 UTC
Just so you know, LDFLAGS doesn't matter _just_ for shared libraries.
Comment 4 Patrick Kursawe (RETIRED) gentoo-dev 2010-08-26 21:14:42 UTC
(In reply to comment #3)
> Just so you know, LDFLAGS doesn't matter _just_ for shared libraries.

Oh, sorry, this misunderstanding is definitely my fault. I meant there's not much to be gained because there can't be any PIC related issues and the executables installed link to next to nothing. And yes, I read your blog from time to time and think I have understood that user-supplied flags should be respected whenever possible.