Dominique Leuenberger 2015-03-25 08:55:33 +00:00 committed by Git OBS Bridge
commit 948b41bf9e
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun Mar 22 19:51:10 UTC 2015 - astieger@suse.com
- RHEL/CentOS build fix, skipping autoreconf
-------------------------------------------------------------------
Sun Mar 15 20:11:00 UTC 2015 - astieger@suse.com

View File

@ -21,6 +21,7 @@
%bcond_without static_libs
%bcond_with openssl
%bcond_with ext2fs
%define skip_autoreconf 1
%endif
%else
%bcond_with static_libs
@ -168,12 +169,16 @@ static library for libarchive
%if %{with openssl}
%patch0
%endif
%if !0%{?skip_autoreconf}
%patch1 -p1
%endif
%patch2 -p1
%patch3 -p1
%build
%if !0%{?skip_autoreconf}
autoreconf -fiv
%endif
%global optflags %{optflags} -D_REENTRANT -pipe
%configure \
--disable-silent-rules \