debian/rules: use --disable-static

The static library causes lintian errors, remove it for now.

E: sispmctl: incorrect-libdir-in-la-file usr/lib/x86_64-linux-gnu/libsispmctl.la (line 41) usr/lib/ != usr/lib/x86_64-linux-gnu/
E: sispmctl: non-empty-dependency_libs-in-la-file usr/lib/x86_64-linux-gnu/libsispmctl.la (line 20) -lusb

Signed-off-by: Oliver Smith <osmith@sysmocom.de>
This commit is contained in:
Oliver Smith 2023-06-28 15:36:56 +02:00
parent 01e22b6a56
commit 0d19e1ebf7
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -6,4 +6,4 @@
# We don't install the webserver at the moment. If somebody adds it, please
# split it into a subpackage.
override_dh_auto_configure:
dh_auto_configure -- --enable-webless
dh_auto_configure -- --enable-webless --disable-static