1
0
forked from pool/libsamplerate

2 Commits

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