summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBalint Reczey <balint@balintreczey.hu>2021-11-14 14:46:19 +0100
committerBalint Reczey <balint@balintreczey.hu>2022-01-22 21:53:25 +0100
commit988e6e166714fab0eb3216446e92c0895d37c8cb (patch)
tree22722ef90cb63bed74e7bb3e918ffa5b53a5bf76
parent86554616985345f438e387520f076192e9277a34 (diff)
downloadshadow-988e6e166714fab0eb3216446e92c0895d37c8cb.tar.gz
debian/rules: Stop using --disable-shared to build shared libraries
-rwxr-xr-xdebian/rules3
1 files changed, 1 insertions, 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 \