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:
parent
299e4fce34
commit
50277693ae
@ -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
|
Tue Apr 16 02:37:15 UTC 2013 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -79,7 +79,7 @@ This package includes the example programs for libsamplerate.
|
|||||||
%setup -q
|
%setup -q
|
||||||
%patch -p1
|
%patch -p1
|
||||||
%build
|
%build
|
||||||
%ifnarch %arm
|
%ifnarch %arm aarch64
|
||||||
# ARM has no working profile support in gcc atm
|
# ARM has no working profile support in gcc atm
|
||||||
profiledir=`mktemp -d`
|
profiledir=`mktemp -d`
|
||||||
export CFLAGS="%optflags %cflags_profile_generate=$profiledir"
|
export CFLAGS="%optflags %cflags_profile_generate=$profiledir"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user