Compare commits

..

No commits in common. "factory" and "factory" have entirely different histories.

2 changed files with 1 additions and 6 deletions

View File

@ -1,8 +1,3 @@
-------------------------------------------------------------------
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=.tmp.libsamplerateprofile
profiledir=`mktemp -d`
%make_build CFLAGS="%{optflags} %{cflags_profile_generate}=$profiledir"
%make_build check