SHA256
1
0
forked from pool/wine

- explicitly filter -fomit-frame-pointer as it breaks some

copy protections or hooks in Steam.

OBS-URL: https://build.opensuse.org/package/show/Emulators/wine?expand=0&rev=71
This commit is contained in:
Marcus Meissner 2010-10-09 09:51:44 +00:00 committed by Git OBS Bridge
parent 1717f72fbc
commit 7ee0663405
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 9 11:51:11 CEST 2010 - meissner@suse.de
- explicitly filter -fomit-frame-pointer as it breaks some
copy protections or hooks in Steam.
-------------------------------------------------------------------
Mon Sep 20 13:11:42 CEST 2010 - meissner@suse.de

View File

@ -101,6 +101,10 @@ cp %{S:3} .
%build
cat VERSION
%ifarch %ix86
# e.g. Steam hates it.
export RPM_OPT_FLAGS=`echo $RPM_OPT_FLAGS|sed -e 's/-fomit-frame-pointer//'`
%endif
%configure \
--with-x \
%ifarch x86_64