Xen kernels missing

Orion Poplawski orion at cora.nwra.com
Mon Mar 28 17:35:03 UTC 2005


Paul Iadonisi wrote:
>   Methinks this code in the kernel spec file is backwards:
> =-=-=
> %define FC3 0
> %define FC4 1
> 
> %define buildup 1
> %define buildsmp 1
> %if %{FC4}
> %define buildxen 0
> %endif
> =-=-=
> 

Not sure if anyone cares, but I had to add:

%if %{FC4}
%define buildxen 1
%else
%define buildxen 0
%endif

to build on FC3.

Complained about no "buildxen" symbol.




More information about the fedora-test-list mailing list