]> err.no Git - util-linux/commitdiff
drop rdev on hurd
authorHiroyuki Yamamoto <yama1066@gmail.com>
Sun, 11 Oct 2009 00:33:06 +0000 (18:33 -0600)
committerLaMont Jones <lamont@debian.org>
Sun, 11 Oct 2009 00:33:06 +0000 (18:33 -0600)
Addresses-Debian-Bug: 547808
Signed-off-by: LaMont Jones <lamont@debian.org>
debian/rules

index f0082e90b585f0a8e6fa4521e915da7b9847712c..35f376d20595bb6423cd6d389677103c27ef31c5 100755 (executable)
@@ -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