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

Bug 309501

Summary: net-dns/bind-dns-keygen does not respect LDFLAGS
Product: Gentoo Linux Reporter: Doktor Notor <notordoktor>
Component: New packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 331933    

Description Doktor Notor 2010-03-15 11:32:12 UTC
-$(tc-getCC) ${CFLAGS} -o ${PN#*-} ${PN##*-}.c || die "compile failed"
+$(tc-getCC) ${CFLAGS} -o ${PN#*-} ${LDFLAGS} ${PN##*-}.c || die "compile failed"
Comment 1 Markos Chandras (RETIRED) gentoo-dev 2010-06-16 10:24:46 UTC
Fixed