Subject: Re: [SM-Commit] GIT changes to master grimoire by Bor Kraljič (d7a8fe66abf6bd38d69d19707580fcbf6d849e45)
Date: Mon, 28 Sep 2009 12:16:18 +0200
Dne ponedeljek 28 septembra 2009 ob 11:46:10 je Jaka Kranjc napisal(a):
> On Monday 28 of September 2009 11:30:21 Bor Kraljič wrote:
> > --- /dev/null
> > +++ b/audio-libs/liblastfm/BUILD
> > @@ -0,0 +1,4 @@
> > +QTDIR=/usr &&
> > +PATH=$QTDIR/bin/qt4:$PATH &&
> > +./configure --prefix /usr &&
> > +default_build_make
> Is the configure special - why don't you just use default_build? Hardcoding
> QTDIR is bad, we have a profile script for that. Also check FUNCTIONS.
>
> LP
Yes the configure is special... it needs to have space between the --prefix
and "$INSTALL_ROOT/usr" and not "=" as it is specify in default_build. Also
is there anything to add to the configure? (usage: ./configure [--prefix
<dir>] [--no-strip] [--release]) Will be these modifications for QTDIR ok?