NetworkManager: update to 1.8.0.
This commit is contained in:
parent
e6bc177d85
commit
7789a80b2c
|
@ -10,7 +10,8 @@ configure_args="--without-dhcpcd --with-dhclient=/usr/bin/dhclient
|
|||
--with-kernel-firmware-dir=/usr/lib/firmware
|
||||
--with-pppd-plugin-dir=/usr/lib/pppd/2.4.7 --enable-modify-system
|
||||
--with-modem-manager-1 --with-resolvconf=/usr/bin/resolvconf
|
||||
--with-session-tracking=consolekit --with-suspend-resume=upower
|
||||
--with-session-tracking=$(vopt_if elogind logind consolekit)
|
||||
--with-suspend-resume=upower
|
||||
--with-systemdsystemunitdir=no --enable-polkit-agent --enable-tests=no
|
||||
--with-systemd-journal=no --with-systemd-logind=no --disable-gtk-doc
|
||||
--with-dbus-sys-dir=/etc/dbus-1/system.d
|
||||
|
@ -33,7 +34,7 @@ hostmakedepends="
|
|||
makedepends="libuuid-devel gnutls-devel dbus-glib-devel libgudev-devel
|
||||
libnl3-devel polkit-devel ppp-devel iptables-devel libcurl-devel
|
||||
ModemManager-devel readline-devel libndp-devel newt-devel jansson-devel
|
||||
$(vopt_if gir libgirepository-devel)"
|
||||
$(vopt_if gir libgirepository-devel) $(vopt_if elogind elogind-devel)"
|
||||
|
||||
lib32disabled=yes
|
||||
depends="dbus iproute2 dhclient wpa_supplicant openresolv"
|
||||
|
@ -49,7 +50,7 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
# Package build options
|
||||
build_options="gir"
|
||||
build_options="gir elogind"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
build_options_default+=" gir"
|
||||
fi
|
||||
|
@ -59,6 +60,8 @@ pre_configure() {
|
|||
|
||||
# Full switch to /run to not depend on /var/run being a symlink.
|
||||
sed -e 's,^nmrundir=.*$,nmrundir=\"/run/\$PACKAGE\",' -i configure
|
||||
|
||||
sed -e "s/HAVE_LIBSYSTEMD/0/" -i src/devices/wwan/nm-modem-manager.c
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue