From: Hiroyuki Yamamoto Date: Sun, 11 Oct 2009 00:33:06 +0000 (-0600) Subject: drop rdev on hurd X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64a6b2e1772a9529f2da49ab2919e3de16cdb75f;p=util-linux drop rdev on hurd Addresses-Debian-Bug: 547808 Signed-off-by: LaMont Jones --- diff --git a/debian/rules b/debian/rules index f0082e90..35f376d2 100755 --- a/debian/rules +++ b/debian/rules @@ -32,7 +32,10 @@ export arch = $(DEB_HOST_ARCH) version := $(shell sed -e '1{;s|^util-linux (\(.*\))\ .*|\1|;q;}' debian/changelog) Upstream := $(shell sed 's/^.*(\(.*\)-.*).*/\1/; q' debian/changelog) -CONFOPTS= --enable-raw --enable-rdev --enable-partx --with-slang +CONFOPTS= --enable-raw --enable-partx --with-slang +ifneq ($(DEB_HOST_ARCH_OS),hurd) +CONFOPTS += --enable-rdev +endif ifeq ($(DEB_HOST_ARCH_OS),linux) CONFOPTS += --with-selinux endif