Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 126831

Summary: app-arch/unzip: ebuild change to respect LDFLAGS
Product: Gentoo Linux Reporter: Diego Elio Pettenò (RETIRED) <flameeyes>
Component: New packagesAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED FIXED    
Severity: minor    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    
Attachments: Ebuild patch

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