From 988e6e166714fab0eb3216446e92c0895d37c8cb Mon Sep 17 00:00:00 2001 From: Balint Reczey Date: Sun, 14 Nov 2021 14:46:19 +0100 Subject: [PATCH] debian/rules: Stop using --disable-shared to build shared libraries --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 7559e010..7c6c3104 100755 --- a/debian/rules +++ b/debian/rules @@ -16,8 +16,7 @@ DEB_DH_INSTALL_SOURCEDIR=debian/tmp DEB_DESTDIR=$(CURDIR)/debian/tmp # Adds extra options when calling the configure script: -DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared \ - --without-libcrack \ +DEB_CONFIGURE_EXTRA_FLAGS := --without-libcrack \ --mandir=/usr/share/man \ --with-libpam \ --with-yescrypt \