[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Multiple %configure
- From: Rex Dieter <rdieter math unl edu>
- To: fedora-extras-list redhat com
- Subject: Re: Multiple %configure
- Date: Wed, 05 Apr 2006 06:04:56 -0500
Alain PORTAL wrote:
> I want to try to solve this problem:
> https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176026#c14
>
> So, I should want to know if it is possible to do something like:
>
> if ( arch=x86_64 && dist=fc4 )
> then
> %configure --with-qt-dir=/usr/lib64/qt-3.3/
> else
> %configure
> fi
Nah, better solution: (As I commented in the afformentioned bugzilla
report):
Put this before %configure:
unset QTDIR || : ; . /etc/profile.d/qt.sh
export QTLIB=${QTDIR}/lib QTINC=${QTDIR}/include
at least until bug #169132 is backported/released for FC-4.
-- Rex
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]