SHA256
1
0
forked from pool/wine

Accepting request 315386 from Emulators

- use gcc-4.8 for building, as gcc5 miscompiles wine currently.

OBS-URL: https://build.opensuse.org/request/show/315386
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wine?expand=0&rev=176
This commit is contained in:
Stephan Kulow 2015-07-08 04:59:58 +00:00 committed by Git OBS Bridge
commit 29f58c24d4
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Jul 7 09:55:22 UTC 2015 - meissner@suse.com
- use gcc-4.8 for building, as gcc5 miscompiles wine currently.
-------------------------------------------------------------------
Fri Jun 26 12:18:00 UTC 2015 - meissner@suse.com

View File

@ -52,6 +52,7 @@ BuildRequires: pkgconfig
# only used on win32 and win64 today
BuildRequires: prelink
%endif
BuildRequires: gcc48
BuildRequires: sane-backends-devel
BuildRequires: update-desktop-files
BuildRequires: valgrind-devel
@ -131,6 +132,9 @@ cat VERSION
# e.g. Steam and other copy protections hate removed %ebp.
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'`
%endif
# Until gcc 5 is fixed
export CC="gcc-4.8"
# keep just for susepatches with configure changes
#autoconf
#autoheader -I include