Gentoo Archives: gentoo-dev

From: James Broadhead <jamesbroadhead@×××××.com>
To: gentoo-dev@l.g.o
Subject: Re: [gentoo-dev] Linking Stage, building a ebuild
Date: Fri, 02 Dec 2011 13:51:38
Message-Id: CA+hid6EY9aMvUe7Fxj-tXKFeAJkB8Gc4sUvvRVvZ57HEpR0tmA@mail.gmail.com
In Reply to: [gentoo-dev] Linking Stage, building a ebuild by Willian Vale da Rocha
1 On 2 December 2011 03:22, Willian Vale da Rocha <will.vdr@×××××.com> wrote:
2 > I'm writing a ebuild for GNU Radio, just to learn how to write and i doesn't
3 > found any where(or i was looking for wrong) how to define a LDFLAGS for the
4 > linking stage. GNU Radio need this because they use their library.
5 > If i don't explain correct, i going to show the line command that i trying
6 > to explain
7 > <pre>
8 > ./configure --prefix=$HOME/image LDFLAGS="-L$HOME/image/lib64
9 > <\pre>
10 > If i need to define prefix, how can i do it, and How can i use the LDFLAGS
11 > in ebuild
12 >
13 > Sorry about the english
14
15 Additionally,m there is a GNU Radio ebuild in bugzilla.
16
17 https://bugs.gentoo.org/show_bug.cgi?id=90667