debian/rules: Stop using --disable-shared to build shared libraries

This commit is contained in:
Balint Reczey
2022-01-22 21:53:25 +01:00
parent 8655461698
commit 988e6e1667
+1 -2
View File
@@ -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 \