diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-11-02 07:48:56 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-11-02 07:48:56 +0100 |
commit | 530414c4c087586bbc42ee75c77cdc2d7591e977 (patch) | |
tree | 6571b450a260ee31da6c549341e4d68920e9980b /debian/rules | |
parent | f5c5e5a246e58ebdeeccde80fc451ddcfc0349e4 (diff) |
d/rule: Remove the --enable-locking option from dh_auto_configure
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 4da0191..45233ca 100755 --- a/debian/rules +++ b/debian/rules @@ -48,7 +48,6 @@ endif --datadir=\$${prefix}/share \ --mandir=\$${prefix}/share/man \ --docdir=\$${prefix}/share/doc/libsane \ - --enable-locking \ --enable-static \ --enable-pthread \ --with-gphoto2 \ |