Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126826 - app-arch/bzip2: patch to respect LDFLAGS
Summary: app-arch/bzip2: patch to respect LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2006-03-19 09:23 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-08-09 21:00 UTC (History)
0 users

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


Attachments
bzip2-1.0.3-respectflags.patch (bzip2-1.0.3-respectflags.patch,593 bytes, patch)
2006-03-19 09:24 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-19 09:23:54 UTC
The attached patch applied over bzip2 sources make it respect LDFLAGS settings by the user for bzip2 binary and libbz2.so.
In addition, LDFLAGS="${LDFLAGS}" should be added to the second emake (the one after "use static &&") so that bzip2recover also respects them (by default Makefile sets LDFLAGS=).

HTH,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-19 09:24:48 UTC
Created attachment 82573 [details, diff]
bzip2-1.0.3-respectflags.patch
Comment 2 SpanKY gentoo-dev 2006-03-19 19:25:09 UTC
in cvs
Comment 3 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-20 05:32:46 UTC
You forgot to change the second emake line... I've taken care.