Hi, I rewrote the patch, because I got a comment from Samuel Thibault at debian-hurd ML.
Thanks Samuel. Regards, -- Hiroyuki Yamamoto 4096R/520304DC A75D B285 7050 4BF9 AEDA 91AC 3A10 59C6 5203 04DC
diff -urd util-linux-2.16.1.orig/debian/rules util-linux-2.16.1/debian/rules --- util-linux-2.16.1.orig/debian/rules 2009-09-22 17:29:12.000000000 +0900 +++ util-linux-2.16.1/debian/rules 2009-09-22 21:53:48.000000000 +0900 @@ -32,7 +32,10 @@ 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