forked from jengelh/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:
parent
98d38e28b5
commit
2e85c272a9
@ -80,3 +80,15 @@
|
|||||||
" */\n"
|
" */\n"
|
||||||
"\n"
|
"\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
|
||||||
|
@ -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
|
Fri Mar 25 07:42:21 UTC 2011 - mseben@gmail.com
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ BuildRequires: bin86 dev86 libidl-devel libqt4-devel libxslt-devel yasm
|
|||||||
BuildRequires: SDL-devel kernel-syms module-init-tools
|
BuildRequires: SDL-devel kernel-syms module-init-tools
|
||||||
BuildRequires: e2fsprogs-devel libcap-devel libcurl-devel python-devel update-desktop-files
|
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: 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
|
%if %suse_version > 1110
|
||||||
BuildRequires: zlib-devel-static
|
BuildRequires: zlib-devel-static
|
||||||
%endif
|
%endif
|
||||||
@ -38,7 +38,7 @@ BuildRequires: zlib-devel-static
|
|||||||
BuildRequires: hal-32bit
|
BuildRequires: hal-32bit
|
||||||
BuildRequires: xorg-x11-libX11-devel-32bit xorg-x11-libXt-devel-32bit xorg-x11-libs-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: xorg-x11-libXext-devel-32bit xorg-x11-libXmu-devel-32bit
|
||||||
BuildRequires: gcc43-32bit libstdc++43-devel-32bit
|
BuildRequires: gcc-32bit gcc-c++-32bit
|
||||||
%endif
|
%endif
|
||||||
#
|
#
|
||||||
ExclusiveArch: %ix86 x86_64
|
ExclusiveArch: %ix86 x86_64
|
||||||
@ -225,8 +225,6 @@ export SUSE_ASNEEDED=0
|
|||||||
# --nofatal try to avoid build fail caused by missing makeself package
|
# --nofatal try to avoid build fail caused by missing makeself package
|
||||||
./configure \
|
./configure \
|
||||||
--disable-kmods \
|
--disable-kmods \
|
||||||
--with-gcc=gcc-4.3 \
|
|
||||||
--with-g++=g++-4.3 \
|
|
||||||
--disable-java \
|
--disable-java \
|
||||||
--disable-docs \
|
--disable-docs \
|
||||||
--nofatal
|
--nofatal
|
||||||
@ -240,6 +238,7 @@ source env.sh
|
|||||||
# -j1 disable parallel build to avoid "Out of memory: Kill process" crash of build in buildservice
|
# -j1 disable parallel build to avoid "Out of memory: Kill process" crash of build in buildservice
|
||||||
/usr/bin/kmk \
|
/usr/bin/kmk \
|
||||||
-j1 \
|
-j1 \
|
||||||
|
VBOX_GCC_WERR= \
|
||||||
KBUILD_VERBOSE=2 \
|
KBUILD_VERBOSE=2 \
|
||||||
VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= \
|
VBOX_WITH_REGISTRATION_REQUEST= VBOX_WITH_UPDATE_REQUEST= \
|
||||||
TOOL_YASM_AS=yasm \
|
TOOL_YASM_AS=yasm \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user