SPECS: kvm.spec - link whole kernel include tree, builds on x86_64
sparky
sparky at pld-linux.org
Sun Sep 21 17:57:08 CEST 2008
Author: sparky Date: Sun Sep 21 15:57:08 2008 GMT
Module: SPECS Tag: HEAD
---- Log message:
- link whole kernel include tree, builds on x86_64
---- Files affected:
SPECS:
kvm.spec (1.65 -> 1.66)
---- Diffs:
================================================================
Index: SPECS/kvm.spec
diff -u SPECS/kvm.spec:1.65 SPECS/kvm.spec:1.66
--- SPECS/kvm.spec:1.65 Sun Sep 21 15:31:35 2008
+++ SPECS/kvm.spec Sun Sep 21 17:57:02 2008
@@ -153,8 +153,9 @@
echo "CFLAGS=%{rpmcflags}" >> user/config.mak
-rm -f kernel/include/asm
-ln -s %{_kernelsrcdir}/include/asm-%{karch} kernel/include/asm
+rm -r kernel/include/*
+ln -s %{_kernelsrcdir}/include/* kernel/include
+ln -s asm-%{karch} kernel/include/asm
%if %{with userspace}
%{__make} qemu \
@@ -235,6 +236,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.66 2008/09/21 15:57:02 sparky
+- link whole kernel include tree, builds on x86_64
+
Revision 1.65 2008/09/21 13:31:35 sparky
- min kernel: 2.6.26, older kernels have incomplete kvm headers
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kvm.spec?r1=1.65&r2=1.66&f=u
More information about the pld-cvs-commit
mailing list