rebuilt with --with-devrandom to fix httpd on libvirt [release 1.7.0-2mamba;Sat Nov 09 2019]
This commit is contained in:
parent
a44f0ea4c9
commit
692bad1cac
@ -3,7 +3,7 @@
|
||||
|
||||
Name: libapr
|
||||
Version: 1.7.0
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Epoch: 1
|
||||
Summary: The Apache Portable Runtime (APR)
|
||||
Group: System/Libraries
|
||||
@ -48,7 +48,8 @@ This package contains static libraries and header files need for development.
|
||||
%build
|
||||
%configure \
|
||||
--with-installbuilddir=%{_datadir}/apr/build-%{aprver}/ \
|
||||
--includedir=%{_includedir}/apr-1
|
||||
--includedir=%{_includedir}/apr-1 \
|
||||
--with-devrandom
|
||||
|
||||
%make
|
||||
|
||||
@ -81,6 +82,9 @@ rm -f %{buildroot}%{_libdir}/apr.exp
|
||||
%{_includedir}/apr-%{aprver}/*.h
|
||||
|
||||
%changelog
|
||||
* Sat Nov 09 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.0-2mamba
|
||||
- rebuilt with --with-devrandom to fix httpd on libvirt
|
||||
|
||||
* Tue Apr 16 2019 Automatic Build System <autodist@mambasoft.it> 1.7.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user