[devel] Как в спеке для CPU<Pentium4 добавить опцию в %configure...
Sergey V Turchin
zerg на altlinux.org
Ср Авг 3 11:14:19 UTC 2011
On Wednesday 03 August 2011 14:58, Sergey Shilov wrote:
[...]
> %def_enable threads
> ...
> %ifarch %ix86
> %if_enabled threads
> # сюда попадаем
> %def_enable ethread-pre-pentium4-compatibility
> %endif
> %endif
> %configure \
> --libdir=%_libexecdir \
> %{subst_enable threads} \
> %{subst_enable ethread-pre-pentium4-compatibility ethread-pre-pentium4-
> compatibility} \
%{subst_enable ethread-pre-pentium4-compatibility}
или вначале ничего не определять и просто
%configure \
%ifarch %ix86
%if_enabled threads
--enable-ethread-pre-pentium4-compatibility
%endif
%endif
[...]
--
Regards, Sergey. ALT Linux, http://www.altlinux.ru/
Подробная информация о списке рассылки Devel