I'm writing a ebuild for GNU Radio, just to learn how to write and i doesn't found any where(or i was looking for wrong) how to define a LDFLAGS for the linking stage. GNU Radio need this because they use their library. If i don't explain correct, i going to show the line command that i trying to explain
./configure --prefix=$HOME/image LDFLAGS="-L$HOME/image/lib64
<\pre>
If i need to define prefix, how can i do it, and How can i use the LDFLAGS
in ebuild

Sorry about the english