Explicitly disable libsoup2

We now always use libsoup3 (Fedora) or disable it (RHEL9).
This commit is contained in:
Colin Walters 2023-12-04 13:42:27 -05:00
parent a44ed04ae3
commit ec3f4b8221
1 changed files with 1 additions and 0 deletions

View File

@ -119,6 +119,7 @@ env NOCONFIGURE=1 ./autogen.sh
--with-selinux \
--with-curl \
--with-openssl \
--without-soup \
%{?with_composefs:--with-composefs} \
%{?with_tests:--with-soup3} \
%{?with_tests:--enable-installed-tests=exclusive} \