Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 126831 - app-arch/unzip: ebuild change to respect LDFLAGS
Summary: app-arch/unzip: ebuild change 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:56 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-08-09 21:00 UTC (History)
0 users

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


Attachments
Ebuild patch (unzip-ebuild.patch,877 bytes, patch)
2006-03-19 09:57 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:56:32 UTC
This time an ebuild change instead of a source patch, seems to be better suited considering the way makefile is changed right now :)

This patch simply make sure that ${LDFLAGS} is present in LF, SL and FL that are the flags used for linking the unzip's binaries... as I was there, I made the change in sed so that it does not expand ${CFLAGS} directly during unpack, so that flags can be mangled during src_compile phase rather than in src_unpack phase (as it's done by the majority of ebuilds).

HTH,
Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-03-19 09:57:04 UTC
Created attachment 82580 [details, diff]
Ebuild patch
Comment 2 SpanKY gentoo-dev 2006-03-19 19:37:02 UTC
added to cvs