always disable SCTP support at build time.
This commit is contained in:
parent
b3f3dc072f
commit
d9cd0652c6
7
apr.spec
7
apr.spec
@ -61,14 +61,12 @@ C data structures and routines.
|
|||||||
# does not use -lrt).
|
# does not use -lrt).
|
||||||
export ac_cv_search_shm_open=no
|
export ac_cv_search_shm_open=no
|
||||||
|
|
||||||
# Forcibly disable sctp protocol support
|
|
||||||
export apr_cv_sctp=no
|
|
||||||
|
|
||||||
%configure \
|
%configure \
|
||||||
--includedir=%{_includedir}/apr-%{aprver} \
|
--includedir=%{_includedir}/apr-%{aprver} \
|
||||||
--with-installbuilddir=%{_libdir}/apr-%{aprver}/build \
|
--with-installbuilddir=%{_libdir}/apr-%{aprver}/build \
|
||||||
--with-devrandom=/dev/urandom \
|
--with-devrandom=/dev/urandom \
|
||||||
--disable-static
|
--disable-static \
|
||||||
|
--disable-sctp
|
||||||
%{make_build}
|
%{make_build}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -143,6 +141,7 @@ popd
|
|||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 8 2024 Joe Orton <jorton@redhat.com> - 1.7.3-8
|
* Thu Feb 8 2024 Joe Orton <jorton@redhat.com> - 1.7.3-8
|
||||||
- use autosetup
|
- use autosetup
|
||||||
|
- always disable SCTP support at build time
|
||||||
|
|
||||||
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-7
|
* Mon Jan 29 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-7
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user