NetworkManager: disable systemd support, doesn't seem to work.
This commit is contained in:
parent
76ec0393e4
commit
f22bb06e04
2 changed files with 3 additions and 5 deletions
|
@ -25,5 +25,4 @@ libplc4.so
|
|||
libnspr4.so
|
||||
librt.so.1
|
||||
libnl-genl-3.so.200
|
||||
libsystemd-login.so.0
|
||||
libsoup-2.4.so.1
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'NetworkManager'
|
||||
pkgname=NetworkManager
|
||||
version=0.9.4.0
|
||||
revision=1
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.9/$pkgname-$version.tar.xz"
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-distro=gentoo
|
||||
--with-dhcpcd=/usr/sbin/dhcpcd --with-dhclient=no --disable-wimax
|
||||
--with-system-ca-path=/etc/ssl/certs --enable-more-warnings=no
|
||||
--with-crypto=nss --disable-static --enable-ppp
|
||||
--with-systemdsystemunitdir=/lib/systemd/system
|
||||
--with-session-tracking=systemd --enable-concheck"
|
||||
--with-crypto=nss --disable-static --enable-ppp --enable-concheck
|
||||
--with-systemdsystemunitdir=/lib/systemd/system"
|
||||
short_desc="Network Management daemon"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.gnome.org/projects/NetworkManager/"
|
||||
|
@ -37,7 +37,6 @@ Add_dependency build libnl3-devel
|
|||
Add_dependency build polkit-devel
|
||||
Add_dependency build ppp-devel
|
||||
Add_dependency build iptables-devel
|
||||
Add_dependency build systemd-devel
|
||||
Add_dependency build libsoup-devel
|
||||
|
||||
Add_dependency full dbus ">=0"
|
||||
|
|
Loading…
Reference in a new issue