Skip to content
Snippets Groups Projects
Commit db03cede authored by Rasmus Thomsen's avatar Rasmus Thomsen
Browse files

community/networkmanager: use internal dhcp client by default

dhcpcd seems to have numerous problems with NM lately, like not being
able to correctly obtain an IPv4.
parent bc7dbee2
No related branches found
No related tags found
3 merge requests!11958community/rclone: upgrade to 1.52.3,!9763[3.12] community/znc: upgrade to 1.8.1,!8920community/networkmanager: use internal dhcp client by default
......@@ -3,12 +3,12 @@
# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
pkgname=networkmanager
pkgver=1.24.2
pkgrel=0
pkgrel=1
pkgdesc="Network Management daemon"
url="https://wiki.gnome.org/Projects/NetworkManager"
arch="all"
license="GPL-2.0-or-later"
depends="dhcpcd iptables dbus mobile-broadband-provider-info"
depends="iptables dbus mobile-broadband-provider-info"
install="$pkgname.pre-install $pkgname.pre-upgrade"
makedepends="$depends_dev
curl-dev
......@@ -78,7 +78,7 @@ build() {
-Dconfig_plugins_default=ifupdown \
-Difupdown=true \
-Ddhcpcd=true \
-Dconfig_dhcp_default=dhcpcd \
-Dconfig_dhcp_default=internal \
-Dvapi=true \
-Dtests=no \
-Dpolkit_agent=true \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment