Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 293053
Collapse All | Expand All

(-)/var/portage/net-misc/networkmanager/networkmanager-0.8.0_pre20091105.ebuild (-2 / +7 lines)
Lines 66-73 Link Here
66
		--with-dbus-sys-dir=/etc/dbus-1/system.d
66
		--with-dbus-sys-dir=/etc/dbus-1/system.d
67
		$(use_enable doc gtk-doc)
67
		$(use_enable doc gtk-doc)
68
		$(use_with doc docs)
68
		$(use_with doc docs)
69
		$(use_with resolvconf)
69
		$(use_with resolvconf)"
70
		$(use_with connection-sharing iptables)"
70
71
	if use connection-sharing ; then
72
		ECONF="${ECONF} --with-iptables=/sbin/iptables"
73
	else
74
		ECONF="${ECONF} --without-iptables"
75
	fi
71
76
72
	# default is dhcpcd (if none or both are specified), ISC dchclient otherwise
77
	# default is dhcpcd (if none or both are specified), ISC dchclient otherwise
73
	if use dhclient ; then
78
	if use dhclient ; then

Return to bug 293053