Revert "util-linux: compile with eudev"
This reverts commit 66062de198
.
xbps-src couldn't handle circular dependencies for now.
This commit is contained in:
parent
94d1f230ff
commit
cd4a47dd99
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'util-linux'
|
# Template file for 'util-linux'
|
||||||
pkgname=util-linux
|
pkgname=util-linux
|
||||||
version=2.34
|
version=2.34
|
||||||
revision=3
|
revision=4
|
||||||
hostmakedepends="automake bison gettext-devel libtool pkg-config"
|
hostmakedepends="automake bison gettext-devel libtool pkg-config"
|
||||||
makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel eudev-libudev-devel"
|
makedepends="libcap-ng-devel pam-devel readline-devel zlib-devel"
|
||||||
checkdepends="ncurses" # Some tests require terminfo-entries
|
checkdepends="ncurses" # Some tests require terminfo-entries
|
||||||
short_desc="Miscellaneous linux utilities"
|
short_desc="Miscellaneous linux utilities"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
|
@ -40,7 +40,8 @@ do_configure() {
|
||||||
--enable-fs-paths-extra=/usr/sbin:/usr/bin \
|
--enable-fs-paths-extra=/usr/sbin:/usr/bin \
|
||||||
--enable-vipw --enable-newgrp --enable-chfn-chsh \
|
--enable-vipw --enable-newgrp --enable-chfn-chsh \
|
||||||
--with-systemdsystemunitdir=no \
|
--with-systemdsystemunitdir=no \
|
||||||
--without-python --enable-write
|
--without-udev --without-python \
|
||||||
|
--enable-write
|
||||||
}
|
}
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue