From 4f3d0ac9b92c72996e0c865c481bb0338f759c43 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Thu, 13 Jun 2024 03:18:41 +0200 Subject: [PATCH] Remove obsolete configure flag --without-libcrack --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 89d14bd3..2ceea237 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ include /usr/share/dpkg/buildflags.mk include /usr/share/debhelper/dh_package_notes/package-notes.mk # Adds extra options when calling the configure script: -DEB_CONFIGURE_EXTRA_FLAGS := --without-libcrack \ +DEB_CONFIGURE_EXTRA_FLAGS := \ --mandir=/usr/share/man \ --with-libpam \ --with-yescrypt \