[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: An easy way to redefine configure?
- From: Fabian Deutsch <fabian deutsch gmx de>
- To: Development discussions related to Fedora <fedora-devel-list redhat com>
- Subject: Re: An easy way to redefine configure?
- Date: Tue, 04 Aug 2009 14:51:33 +0200
Am Dienstag, den 04.08.2009, 14:15 +0200 schrieb Ralf Corsepius:
> On 08/04/2009 02:01 PM, Jussi Lehtola wrote:
> > On Tue, 2009-08-04 at 13:42 +0200, Mattias Ellert wrote:
> >>> What's the correct way to do this?
> >>
> >> %global dconfigure %(rpm -E %%configure | sed
> 's!./configure!../configure!g')
> >> %dconfigure
> >
> > This works, but isn't it bad style to call rpm from within a spec
> > file..?
> Correct - This is not allowed in Fedora.
>
> In occasions like yours, I normally use a manually
> expanded ../configure
> ....
>
> IMO, it's much cleaner and less error prone than to mess around with
> %configure.
I'd also recommend this way, just run
../configure ...
and pass all necessary flags via arguments.
- fabian
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]