contrib/fedora: update scripts to expect autotools deprecation
(cherry picked from commit 7b4acf938c
)
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user