SPECS (AC-branch): VirtualBox.spec - amd64 buildfixes
glen
glen at pld-linux.org
Fri Feb 29 17:44:31 CET 2008
Author: glen Date: Fri Feb 29 16:44:31 2008 GMT
Module: SPECS Tag: AC-branch
---- Log message:
- amd64 buildfixes
---- Files affected:
SPECS:
VirtualBox.spec (1.44.2.4 -> 1.44.2.5)
---- Diffs:
================================================================
Index: SPECS/VirtualBox.spec
diff -u SPECS/VirtualBox.spec:1.44.2.4 SPECS/VirtualBox.spec:1.44.2.5
--- SPECS/VirtualBox.spec:1.44.2.4 Fri Feb 29 17:00:53 2008
+++ SPECS/VirtualBox.spec Fri Feb 29 17:44:26 2008
@@ -58,7 +58,7 @@
BuildRequires: gcc >= 5:3.2.3
BuildRequires: iasl
%endif
-%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.20}
+%{?with_dist_kernel:BuildRequires: kernel%{_alt_kernel}-module-build >= 3:2.6.7}
%if %{with userspace}
BuildRequires: libIDL-devel
BuildRequires: libuuid-devel
@@ -75,9 +75,9 @@
BuildRequires: xerces-c-devel >= 2.6.0
BuildRequires: zlib-devel >= 1.2.1
%ifarch %{x8664}
-BuildRequires: gcc-multilib
-BuildRequires: libstdc++-multilib-devel
-# TODO: How to add glibc-devel.i686 here ?
+BuildRequires: libstdc++32-devel
+# 32bit glibc-devel
+BuildRequires: /usr/include/gnu/stubs-32.h
%endif
%endif
Requires(post,preun): /sbin/chkconfig
@@ -320,7 +320,7 @@
./configure \
--with-gcc="%{__cc}" \
--with-g++="%{__cxx}" \
- --with-linux="%{_builddir}/%{buildsubdir}/kernel"
+ --with-linux="%{_kernelsrcdir}"
. ./env.sh && kmk -j1
%endif
@@ -552,6 +552,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.44.2.5 2008-02-29 16:44:26 glen
+- amd64 buildfixes
+
Revision 1.44.2.4 2008-02-29 16:00:53 glen
- merged 1.45 -> 1.65 from HEAD (version now: 1.5.6-1)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/VirtualBox.spec?r1=1.44.2.4&r2=1.44.2.5&f=u
More information about the pld-cvs-commit
mailing list