From d5bd1e643e175ec3a62f6c02c52ec40f52ade51d Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 17 Jul 2018 09:03:22 +0200 Subject: [PATCH] NetworkManager: set path to dnsmasq. Fixes wifi hotspots work. --- srcpkgs/NetworkManager/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/NetworkManager/template b/srcpkgs/NetworkManager/template index 184b3e05a2..25177b4c27 100644 --- a/srcpkgs/NetworkManager/template +++ b/srcpkgs/NetworkManager/template @@ -1,7 +1,7 @@ # Template file for 'NetworkManager' pkgname=NetworkManager version=1.10.6 -revision=1 +revision=2 build_style=gnu-configure configure_args="--without-dhcpcd --with-dhclient=/usr/bin/dhclient --with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no @@ -16,6 +16,7 @@ configure_args="--without-dhcpcd --with-dhclient=/usr/bin/dhclient --with-systemd-journal=no --with-systemd-logind=no --disable-gtk-doc --with-dbus-sys-dir=/etc/dbus-1/system.d --sbindir=/usr/bin --enable-concheck + --with-dnsmasq=/usr/bin/dnsmasq ac_cv_file__etc_redhat_release=no ac_cv_file__etc_gentoo_release=no ac_cv_file__etc_fedora_release=no ac_cv_file__etc_mandriva_release=no ac_cv_file__etc_SuSE_release=no ac_cv_file__etc_debian_version=no"