From 1fa46a470ac7aa3f3c6672eba76ba40b6c5bef42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 9 Jul 2023 19:02:13 +0200 Subject: Fix FTBFS on hurd-i386 --- debian/rules | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index c98440b..a6650b9 100755 --- a/debian/rules +++ b/debian/rules @@ -14,13 +14,6 @@ ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) STRIP = "" endif -ifeq (,$(filter hurd-i386,$(DEB_HOST_ARCH))) - INS_CONF = "" -else - INS_CONF = --enable-parport-directio -endif - - %: dh $@ @@ -56,8 +49,7 @@ endif --enable-pnm-backend \ --with-usb \ --without-v4l \ - --disable-locking \ - $(INS_CONF) + --disable-locking override_dh_autoreconf: dh_autoreconf -Xlibtool.m4 -- cgit v1.2.3