- gcc5 is now building wine correctly in openSUSE Factory,
switch to it. OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=313
This commit is contained in:
parent
c22cb3938b
commit
0a8cfa8983
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 09:25:26 UTC 2015 - meissner@suse.com
|
||||
|
||||
- gcc5 is now building wine correctly in openSUSE Factory,
|
||||
switch to it.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 17 18:13:42 UTC 2015 - meissner@suse.com
|
||||
|
||||
|
@ -48,10 +48,6 @@ BuildRequires: openal-soft-devel
|
||||
BuildRequires: openldap2-devel
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pkgconfig
|
||||
|
||||
# Marcus: remove it in devel too if you remove it here.
|
||||
BuildRequires: gcc48
|
||||
|
||||
BuildRequires: sane-backends-devel
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: valgrind-devel
|
||||
@ -114,7 +110,6 @@ running 'winecfg'.
|
||||
%package devel
|
||||
Summary: files for wine development
|
||||
Group: System/Emulators/PC
|
||||
Requires: gcc48
|
||||
|
||||
%description devel
|
||||
This RPM contains the header files and development tools for the WINE
|
||||
@ -134,8 +129,6 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user