1
0
forked from pool/virtualbox

Accepting request 66885 from home:elvigia:branches:Virtualization

OBS-URL: https://build.opensuse.org/request/show/66885
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=39
This commit is contained in:
Cristian Rodríguez 2011-04-11 19:35:35 +00:00 committed by Git OBS Bridge
parent 98d38e28b5
commit 2e85c272a9
3 changed files with 21 additions and 4 deletions

View File

@ -80,3 +80,15 @@
" */\n"
"\n"
"/*\n"
--- src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c.orig
+++ src/libs/xpcom18a4/nsprpub/lib/libc/src/plvrsion.c
@@ -42,7 +42,8 @@
/**************************IDENTITY AND VERSIONING***********************/
/************************************************************************/
#include "_pl_bld.h"
-#if !defined(_BUILD_TIME)
+#if defined(_BUILD_TIME)
+#undef _BUILD_TIME
#ifdef HAVE_LONG_LONG
#define _BUILD_TIME 0
#else

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 11 19:32:03 UTC 2011 - crrodriguez@opensuse.org
- Remove more build dates in binaries
- VirtualBox no longer requires GCC 4.3
-------------------------------------------------------------------
Fri Mar 25 07:42:21 UTC 2011 - mseben@gmail.com

View File

@ -30,7 +30,7 @@ BuildRequires: bin86 dev86 libidl-devel libqt4-devel libxslt-devel yasm
BuildRequires: SDL-devel kernel-syms module-init-tools
BuildRequires: e2fsprogs-devel libcap-devel libcurl-devel python-devel update-desktop-files
BuildRequires: hal-devel pulseaudio-devel xorg-x11 xorg-x11-devel xorg-x11-server xorg-x11-server-sdk
BuildRequires: LibVNCServer-devel gcc43-c++ kbuild pam-devel udev
BuildRequires: LibVNCServer-devel gcc gcc-c++ kbuild pam-devel udev
%if %suse_version > 1110
BuildRequires: zlib-devel-static
%endif
@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static
BuildRequires: hal-32bit
BuildRequires: xorg-x11-libX11-devel-32bit xorg-x11-libXt-devel-32bit xorg-x11-libs-32bit
BuildRequires: xorg-x11-libXext-devel-32bit xorg-x11-libXmu-devel-32bit
BuildRequires: gcc43-32bit libstdc++43-devel-32bit
BuildRequires: gcc-32bit gcc-c++-32bit
%endif
#
ExclusiveArch: %ix86 x86_64
@ -225,8 +225,6 @@ export SUSE_ASNEEDED=0
# --nofatal try to avoid build fail caused by missing makeself package
./configure \
--disable-kmods \
--with-gcc=gcc-4.3 \
--with-g++=g++-4.3 \
--disable-java \
--disable-docs \
--nofatal
@ -240,6 +238,7 @@ source env.sh
# -j1 disable parallel build to avoid "Out of memory: Kill process" crash of build in buildservice
/usr/bin/kmk \
-j1 \
VBOX_GCC_WERR= \
KBUILD_VERBOSE=2 \
VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= \
TOOL_YASM_AS=yasm \