summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules10
1 files changed, 1 insertions, 9 deletions
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