Accepting request 176028 from home:dirkmueller:branches:multimedia:libs

- disable profiling also on aarch64

OBS-URL: https://build.opensuse.org/request/show/176028
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libsamplerate?expand=0&rev=25
This commit is contained in:
Cristian Rodríguez 2013-05-18 22:37:40 +00:00 committed by Git OBS Bridge
parent 299e4fce34
commit 50277693ae
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat May 18 07:22:28 UTC 2013 - dmueller@suse.com
- disable profiling also on aarch64
-------------------------------------------------------------------
Tue Apr 16 02:37:15 UTC 2013 - crrodriguez@opensuse.org

View File

@ -79,7 +79,7 @@ This package includes the example programs for libsamplerate.
%setup -q
%patch -p1
%build
%ifnarch %arm
%ifnarch %arm aarch64
# ARM has no working profile support in gcc atm
profiledir=`mktemp -d`
export CFLAGS="%optflags %cflags_profile_generate=$profiledir"