From 93ea3fe5109c2fce6da0ce836b4fb6c20ff2cd51 Mon Sep 17 00:00:00 2001 From: Andreas Henriksson Date: Thu, 5 Dec 2019 13:37:02 +0100 Subject: [PATCH] Use explicit --without-su configure flag The shadow package did now ship the su program even before this, Debian uses the util-linux implementation of su (since Buster). In shadow 4.8 there's now an explicit configure flag that can be used to disable su explicitly, rather than just not shipping it in the resulting debian package. See commit 88de51965d5390d6d012fdb17012630511fe1f6e "Stop shipping su and break old util-linux version. (See #833256)" --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 121a22b0..69837656 100755 --- a/debian/rules +++ b/debian/rules @@ -26,6 +26,7 @@ DEB_CONFIGURE_EXTRA_FLAGS := --disable-shared \ --with-group-name-max-length=32 \ --without-acl \ --without-attr \ + --without-su \ --without-tcb \ SHELL=/bin/sh