Accepting request 1202210 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1202210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsamplerate?expand=0&rev=41
This commit is contained in:
Ana Guerrero 2024-09-22 09:05:48 +00:00 committed by Git OBS Bridge
commit e5bb67d842
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Sep 20 11:28:33 UTC 2024 - Bernhard Wiedemann <bwiedemann@suse.com>
- Use a constant profile dir for reproducible builds (boo#1062303)
-------------------------------------------------------------------
Fri Mar 1 09:25:05 UTC 2024 - pgajdos@suse.com

View File

@ -78,7 +78,7 @@ to develop applications that require these.
%build
autoreconf -fvi
%configure
profiledir=`mktemp -d`
profiledir=.tmp.libsamplerateprofile
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir"
%make_build check