diff --git a/srcpkgs/NetworkManager/template b/srcpkgs/NetworkManager/template index 70dd9c5b711..b4aeabc5895 100644 --- a/srcpkgs/NetworkManager/template +++ b/srcpkgs/NetworkManager/template @@ -1,7 +1,7 @@ # Template file for 'NetworkManager' pkgname=NetworkManager version=1.46.0 -revision=1 +revision=2 build_style=meson build_helper="gir qemu" configure_args="-Dsystemd_journal=false @@ -9,7 +9,7 @@ configure_args="-Dsystemd_journal=false -Dmodify_system=true -Dsystemdsystemunitdir=no -Dpppd=/usr/bin/pppd -Dqt=false -Dsession_tracking_consolekit=false - -Dpppd_plugin_dir=/usr/lib/pppd/2.4.9 -Dresolvconf=/usr/bin/resolvconf + -Dresolvconf=/usr/bin/resolvconf -Ddhclient=/usr/bin/dhclient -Dkernel_firmware_dir=/usr/lib/firmware -Ddnsmasq=/usr/bin/dnsmasq -Ddbus_conf_dir=/etc/dbus-1/system.d -Ddhcpcd=/usr/bin/dhcpcd -Diptables=/usr/bin/iptables -Dnft=/usr/bin/nft diff --git a/srcpkgs/avahi-discover/template b/srcpkgs/avahi-discover/template index 2461a76e41b..769296f689a 100644 --- a/srcpkgs/avahi-discover/template +++ b/srcpkgs/avahi-discover/template @@ -31,7 +31,7 @@ skip_extraction="build-db.txt" python_version=3 -hostmakedepends="automake libtool pkg-config intltool gettext-devel +hostmakedepends="automake libtool pkg-config gettext-devel python3-dbus python3-setuptools gobject-introspection glib-devel qt5-host-tools xmltoman" makedepends="dbus-devel libcap-devel libdaemon-devel gdbm-devel libevent-devel @@ -49,8 +49,8 @@ post_extract() { } pre_configure() { + sed -e 's,-Werror,,g' -i configure.ac autoreconf -fi - sed -e 's,-Werror,,g' -i configure } do_install() {