contrib/fedora: update scripts to expect autotools deprecation

(cherry picked from commit 7b4acf938c)
This commit is contained in:
Jan Vaclav 2024-05-06 14:42:59 +02:00
parent c3a050bad1
commit 17ec5da34a
3 changed files with 4 additions and 1 deletions

View File

@ -272,6 +272,7 @@ if [[ $NO_DIST != 1 ]]; then
\
--with-iptables=/usr/sbin/iptables \
--with-nft=/usr/sbin/nft \
--disable-autotools-deprecation \
\
|| die "Error autogen.sh"
if [[ $QUICK == 1 ]]; then

View File

@ -514,6 +514,7 @@ else
--with-netconfig=no \
--with-config-dns-rc-manager-default="$P_DNS_RC_MANAGER_DEFAULT" \
--with-config-logging-backend-default="$P_LOGGING_BACKEND_DEFAULT" \
--disable-autotools-deprecation \
;
fi

View File

@ -26,7 +26,8 @@ _build() {
--with-modem-manager-1 \
--with-ofono \
--with-more-asserts \
--with-more-logging
--with-more-logging \
--disable-autotools-deprecation
make -j20
}