Accepting request 292353 from home:AndreasStieger:branches:Archiving

RHEL/CentOS build fix, skipping autoreconf

OBS-URL: https://build.opensuse.org/request/show/292353
OBS-URL: https://build.opensuse.org/package/show/Archiving/libarchive?expand=0&rev=44
This commit is contained in:
Martin Pluskal 2015-03-22 20:10:33 +00:00 committed by Git OBS Bridge
parent 3c5e87f657
commit 2c2b3a24d4
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 \