[Qt-interest] QT configure script -- asking for licensing information?
Nikos Chantziaras
realnc at arcor.de
Mon Mar 1 21:32:18 CET 2010
On 03/01/2010 10:05 PM, Pavel Heimlich, a.k.a. hajma wrote:
> 2010/3/1 kent williams<nkwmailinglists at gmail.com>:
>> This has been driving me nuts. We use a buildscript for our
>> applications that really is a 'one size fits all supported platforms'
>> script. It is written in tcl -- which is the only requirement on any
>> platform to do a build.
>>
>> It will download the source for all prerequisite packages, build them,
>> and then build our applications.
>>
>> It has been really successful for us up to now, but adding Qt to the
>> list of packages that will get built and installed is causing me
>> problems, for one simple reason:
>> Qt demands that its configure script be run interactively to choose
>> and accept the license.
>> [...]
>
> Hi,
> please find below a snippet from our spec file, not sure if the
> 'confirm-license' is still available option.
> As a last resort, you could always just patch the configure scripts.
Gentoo is passing the "-confirm-license -opensource" options to
configure in its build scripts and it seems to work; it never asks to
confirm the license.
More information about the Qt-interest-old
mailing list