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:
commit
29f58c24d4
@ -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
|
Fri Jun 26 12:18:00 UTC 2015 - meissner@suse.com
|
||||||
|
|
||||||
|
@ -52,6 +52,7 @@ BuildRequires: pkgconfig
|
|||||||
# only used on win32 and win64 today
|
# only used on win32 and win64 today
|
||||||
BuildRequires: prelink
|
BuildRequires: prelink
|
||||||
%endif
|
%endif
|
||||||
|
BuildRequires: gcc48
|
||||||
BuildRequires: sane-backends-devel
|
BuildRequires: sane-backends-devel
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
BuildRequires: valgrind-devel
|
BuildRequires: valgrind-devel
|
||||||
@ -131,6 +132,9 @@ cat VERSION
|
|||||||
# e.g. Steam and other copy protections hate removed %ebp.
|
# e.g. Steam and other copy protections hate removed %ebp.
|
||||||
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'`
|
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'`
|
||||||
%endif
|
%endif
|
||||||
|
# Until gcc 5 is fixed
|
||||||
|
export CC="gcc-4.8"
|
||||||
|
|
||||||
# keep just for susepatches with configure changes
|
# keep just for susepatches with configure changes
|
||||||
#autoconf
|
#autoconf
|
||||||
#autoheader -I include
|
#autoheader -I include
|
||||||
|
Loading…
Reference in New Issue
Block a user