forked from pool/virtualbox
- Fix vbox build by replacing non-existent sed parameter:
* virtualbox-sed-params.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virtualbox?expand=0&rev=207
This commit is contained in:
parent
77d1328616
commit
d5b0844136
12
virtualbox-sed-params.patch
Normal file
12
virtualbox-sed-params.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -urN VirtualBox-5.0.0.old/src/VBox/Main/Makefile.kmk VirtualBox-5.0.0/src/VBox/Main/Makefile.kmk
|
||||
--- VirtualBox-5.0.0.old/src/VBox/Main/Makefile.kmk 2015-07-11 13:17:27.573698915 +0200
|
||||
+++ VirtualBox-5.0.0/src/VBox/Main/Makefile.kmk 2015-07-11 14:34:21.357349819 +0200
|
||||
@@ -1199,7 +1199,7 @@
|
||||
$(QUIET)$(VBOX_XSLTPROC) --stringparam KBUILD_HOST $(KBUILD_HOST) \
|
||||
--stringparam generating "dtrace-probes" \
|
||||
-o "$@" $(VBoxAPIWrap_VBOX_XSLT) $<
|
||||
- $(QUIET)$(SED) -e '' -o "$@.tmp" \
|
||||
+ $(QUIET)$(SED) -e '' --output "$@.tmp" \
|
||||
"$(VBOX_PATH_MAIN_SRC)/src-all/VBoxAPI-start.d" \
|
||||
"$@" \
|
||||
"$(VBOX_PATH_MAIN_SRC)/src-all/VBoxAPI-end.d"
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 11 12:46:51 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
- Fix vbox build by replacing non-existent sed parameter:
|
||||
* virtualbox-sed-params.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 11 11:41:26 UTC 2015 - tchvatal@suse.com
|
||||
|
||||
|
@ -77,6 +77,8 @@ Patch104: vbox-fpie.diff
|
||||
Patch105: smap.diff
|
||||
# Patch to build with Factory gcc5
|
||||
Patch106: gcc5-real-support.patch
|
||||
# Patch to build with gnu sed correctly
|
||||
Patch107: virtualbox-sed-params.patch
|
||||
BuildRequires: LibVNCServer-devel
|
||||
BuildRequires: SDL-devel
|
||||
BuildRequires: acpica
|
||||
@ -301,6 +303,7 @@ This package contains icons for guest desktop files that were created on the des
|
||||
%patch104 -p1
|
||||
%patch105 -p1
|
||||
%patch106 -p1
|
||||
%patch107 -p1
|
||||
#copy user manual
|
||||
cp %{SOURCE1} UserManual.pdf
|
||||
#copy kbuild config
|
||||
|
Loading…
Reference in New Issue
Block a user