FS#24635 - [networkmanager] Build NetworkManager package with openresolv support

Attached to Project: Arch Linux
Opened by Jochen Keil (jrk) - Wednesday, 08 June 2011, 20:45 GMT
Last edited by Ionut Biru (wonder) - Thursday, 10 November 2011, 10:22 GMT
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Jan Alexander Steffens (heftig)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

Details

Description:

NetworkManager supports openresolv which is available as package in
[community]. Compiling NM with openresolv (aka resolvconf) support solves a lot
of problems with /etc/resolv.conf being overwritten by NM. This is very useful
for vpn networks using dhcpcd (which supports resolvconf by default) and
similar setups.

Simple patch to PKGBUILD:

--- PKGBUILD.orig 2011-06-08 22:45:00.717148641 +0200
+++ PKGBUILD 2011-06-08 22:44:27.266535611 +0200
@@ -18,7 +18,8 @@
'dhclient: alternative DHCP/DHCPv6 client'
'iptables: Connection sharing'
'dnsmasq: Connection sharing'
- 'bluez: Bluetooth support')
+ 'bluez: Bluetooth support'
+ 'openresolv: openresolv support')
options=('!libtool')
backup=('etc/NetworkManager/NetworkManager.conf')
install=networkmanager.install
@@ -43,6 +44,7 @@
--with-dhclient=/usr/sbin/dhclient \
--with-dhcpcd=/sbin/dhcpcd \
--with-iptables=/usr/sbin/iptables \
+ --with-resolvconf=/usr/sbin/resolvconf \
--disable-static \
--enable-more-warnings=no \
--disable-wimax
This task depends upon

Closed by  Ionut Biru (wonder)
Thursday, 10 November 2011, 10:22 GMT
Reason for closing:  Implemented
Additional comments about closing:  networkmanager 0.9.2.0

Loading...