mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-08 10:08:05 +02:00
contrib/fedora: update scripts to expect autotools deprecation
(cherry picked from commit 7b4acf938c)
This commit is contained in:
parent
c3a050bad1
commit
17ec5da34a
3 changed files with 4 additions and 1 deletions
|
|
@ -272,6 +272,7 @@ if [[ $NO_DIST != 1 ]]; then
|
||||||
\
|
\
|
||||||
--with-iptables=/usr/sbin/iptables \
|
--with-iptables=/usr/sbin/iptables \
|
||||||
--with-nft=/usr/sbin/nft \
|
--with-nft=/usr/sbin/nft \
|
||||||
|
--disable-autotools-deprecation \
|
||||||
\
|
\
|
||||||
|| die "Error autogen.sh"
|
|| die "Error autogen.sh"
|
||||||
if [[ $QUICK == 1 ]]; then
|
if [[ $QUICK == 1 ]]; then
|
||||||
|
|
|
||||||
|
|
@ -514,6 +514,7 @@ else
|
||||||
--with-netconfig=no \
|
--with-netconfig=no \
|
||||||
--with-config-dns-rc-manager-default="$P_DNS_RC_MANAGER_DEFAULT" \
|
--with-config-dns-rc-manager-default="$P_DNS_RC_MANAGER_DEFAULT" \
|
||||||
--with-config-logging-backend-default="$P_LOGGING_BACKEND_DEFAULT" \
|
--with-config-logging-backend-default="$P_LOGGING_BACKEND_DEFAULT" \
|
||||||
|
--disable-autotools-deprecation \
|
||||||
;
|
;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,8 @@ _build() {
|
||||||
--with-modem-manager-1 \
|
--with-modem-manager-1 \
|
||||||
--with-ofono \
|
--with-ofono \
|
||||||
--with-more-asserts \
|
--with-more-asserts \
|
||||||
--with-more-logging
|
--with-more-logging \
|
||||||
|
--disable-autotools-deprecation
|
||||||
make -j20
|
make -j20
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue