Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 309501 - net-dns/bind-dns-keygen does not respect LDFLAGS
Summary: net-dns/bind-dns-keygen does not respect LDFLAGS
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: ldflags
  Show dependency tree
 
Reported: 2010-03-15 11:32 UTC by Doktor Notor
Modified: 2010-08-09 21:00 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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