SHA256
1
0
forked from pool/freerdp

Accepting request 146586 from home:k0da:ppc

- disable SSE2 for powerpc

OBS-URL: https://build.opensuse.org/request/show/146586
OBS-URL: https://build.opensuse.org/package/show/X11:RemoteDesktop/freerdp?expand=0&rev=31
This commit is contained in:
Guido Berhoerster 2012-12-28 18:40:48 +00:00 committed by Git OBS Bridge
parent f05776c6ff
commit 6500e25f9d
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 28 17:29:45 UTC 2012 - dvaleev@suse.com
- disable SSE2 for powerpc
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Dec 27 15:27:06 UTC 2012 - gber@opensuse.org Thu Dec 27 15:27:06 UTC 2012 - gber@opensuse.org

View File

@ -108,7 +108,9 @@ cmake \
-DWITH_PCSC=ON \ -DWITH_PCSC=ON \
-DWITH_CUPS=ON \ -DWITH_CUPS=ON \
-DWITH_FFMPEG=OFF \ -DWITH_FFMPEG=OFF \
%ifnarch ppc ppc64
-DWITH_SSE2=ON \ -DWITH_SSE2=ON \
%endif
.. ..
make %{?_smp_mflags} VERBOSE=1 make %{?_smp_mflags} VERBOSE=1