From cb602bce7004aedcad88f5a22e4d6acd9372da8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sun, 28 Apr 2019 20:10:31 +0200 Subject: Some work to fix build errors --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 3245017..0639e27 100755 --- a/debian/rules +++ b/debian/rules @@ -25,7 +25,9 @@ endif dh $@ --with autoreconf override_dh_auto_configure: - ./configure $(confflags) + dh_auto_configure --buildsystem=cmake +#$(confflags) +# ./configure $(confflags) override_dh_auto_build-indep: dh_auto_build -- cgit v1.2.3