Accepting request 538899 from home:bmwiedemann:branches:Archiving

Fix build on Fedora and Mageia

OBS-URL: https://build.opensuse.org/request/show/538899
OBS-URL: https://build.opensuse.org/package/show/Archiving/bzip2?expand=0&rev=65
This commit is contained in:
Kristyna Streitova 2017-11-04 12:35:34 +00:00 committed by Git OBS Bridge
parent 5ffa578f60
commit baad931a94
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sat Nov 4 06:35:46 UTC 2017 - bwiedemann@suse.com
- Fix build on Fedora and Mageia
-------------------------------------------------------------------
Tue Oct 31 18:09:43 CET 2017 - sbrabec@suse.com

View File

@ -86,7 +86,7 @@ autoreconf -fiv
%configure \
--with-pic \
--disable-static
%if %{do_profiling}
%if 0%{?do_profiling}
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}"
make %{?_smp_mflags} CFLAGS="%{optflags} %{cflags_profile_generate}" test
make clean