Disable epoll/kqueue as untested
This commit is contained in:
parent
27e37d675a
commit
cdabc47c40
@ -38,7 +38,7 @@ Summary: The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
|
||||
Name: bind
|
||||
License: MPLv2.0
|
||||
Version: 9.11.2
|
||||
Release: 8%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||
Release: 9%{?PATCHVER:.%{PATCHVER}}%{?PREVER:.%{PREVER}}%{?dist}
|
||||
Epoch: 32
|
||||
Url: http://www.isc.org/products/BIND/
|
||||
Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -394,7 +394,7 @@ This package provides a module which allows commands to be sent to rndc directly
|
||||
Summary: ISC libs for DHCP application
|
||||
Group: System Environment/Libraries
|
||||
Requires: bind-license = %{epoch}:%{version}-%{release}
|
||||
Conflicts: bind99-libs
|
||||
Conflicts: bind99-license
|
||||
|
||||
%description export-libs
|
||||
## TBD
|
||||
@ -571,6 +571,8 @@ pushd export-libs
|
||||
%{configure} \
|
||||
--with-libtool \
|
||||
--disable-static \
|
||||
--disable-epoll \
|
||||
--disable-kqueue \
|
||||
--libdir=%{_export_libdir} \
|
||||
--includedir=%{_includedir}/removeme/ \
|
||||
--disable-threads \
|
||||
@ -1277,7 +1279,7 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
|
||||
%changelog
|
||||
* Wed Feb 07 2018 Pavel Zhukov <pzhukov@redhat.com> - 32:9.11.2-8.P1
|
||||
- Build export libraries
|
||||
- Build export libraries with disabled threads and selects
|
||||
|
||||
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 32:9.11.2-7.P1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user