diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-12-04 17:07:28 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-12-04 17:07:28 +0100 |
commit | bafcf7cb4950c4c9abd411553479d5ccf809f82a (patch) | |
tree | 6c23c11b3fbf63e869c7df75db7e55442debb8ce /debian/rules | |
parent | d0c62856f7ec26d430f06e009f40184876f3d1de (diff) |
d/rules: Add the --disable-locking option to dh_auto_configure
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index 45233ca..1109e1f 100755 --- a/debian/rules +++ b/debian/rules @@ -55,6 +55,7 @@ endif --enable-pnm-backend \ --with-usb \ --without-v4l \ + --disable-locking \ $(INS_CONF) override_dh_autoreconf: |