1
0
forked from pool/libsamplerate

Accepting request 176071 from multimedia:libs

- disable profiling also on aarch64 (forwarded request 176028 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/176071
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsamplerate?expand=0&rev=29
This commit is contained in:
Stephan Kulow 2013-05-27 07:52:03 +00:00 committed by Git OBS Bridge
commit 6797142812
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"