From ab06805de8e41570d8de47f36ce401a1c8e8243a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 24 Feb 2025 05:11:43 +0100 Subject: [PATCH] Correcting wrong configure call in rules. Signed-off-by: Daniel Baumann --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 192e5e3..81fcbdc 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ dh ${@} override_dh_auto_configure: - LDFLAGS="${LDFLAGS} -static" ./configure --exec-prefix=/ + LDFLAGS="${LDFLAGS} -static" dh_auto_configure -- --exec-prefix=/ override_dh_auto_install: dh_auto_install