Skip to content

Commit

Permalink
Revert "util-linux: compile with eudev"
Browse files Browse the repository at this point in the history
This reverts commit 66062de.

xbps-src couldn't handle circular dependencies for now.
  • Loading branch information
sgn authored and Juan RP committed Nov 9, 2019
1 parent 94d1f23 commit cd4a47d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/util-linux/template
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Template file for 'util-linux'
pkgname=util-linux
version=2.34
revision=3
revision=4
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
short_desc="Miscellaneous linux utilities"
maintainer="Enno Boland <gottox@voidlinux.org>"
Expand Down Expand Up @@ -40,7 +40,8 @@ do_configure() {
--enable-fs-paths-extra=/usr/sbin:/usr/bin \
--enable-vipw --enable-newgrp --enable-chfn-chsh \
--with-systemdsystemunitdir=no \
--without-python --enable-write
--without-udev --without-python \
--enable-write
}

do_build() {
Expand Down

0 comments on commit cd4a47d

Please sign in to comment.