udev: fully disable gudev.
This commit is contained in:
parent
fb2967b3f8
commit
8106a220a5
1 changed files with 3 additions and 2 deletions
|
@ -6,7 +6,8 @@ distfiles="${KERNEL_SITE}/utils/kernel/hotplug/udev-${version}.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib/udev
|
configure_args="--sbindir=/sbin --without-selinux --libexecdir=/lib/udev
|
||||||
--with-rootlibdir=/lib --disable-introspection --enable-edd --enable-floppy
|
--with-rootlibdir=/lib --disable-introspection --enable-edd --enable-floppy
|
||||||
--enable-action_modeswitch --with-systemdsystemunitdir=/lib/systemd/system"
|
--enable-action_modeswitch --with-systemdsystemunitdir=/lib/systemd/system
|
||||||
|
--disable-gudev"
|
||||||
short_desc="/dev/ and hotplug management daemon"
|
short_desc="/dev/ and hotplug management daemon"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
homepage="http://www.kernel.org/pub/linux/utils/kernel/hotplug/udev.html"
|
||||||
|
@ -19,7 +20,7 @@ long_desc="
|
||||||
keep_empty_dirs=yes
|
keep_empty_dirs=yes
|
||||||
openrc_services="udev sysinit true"
|
openrc_services="udev sysinit true"
|
||||||
conf_files="/etc/udev/udev.conf"
|
conf_files="/etc/udev/udev.conf"
|
||||||
subpackages="libudev libudev-devel libgudev libgudev-devel"
|
subpackages="libudev libudev-devel"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue