[08/12] openssh: Resolve configure unrecognised option(s)

Message ID 20260429175032.2811103-8-adolf.belka@ipfire.org
State Staged
Commit 7aa573897142b3783aeced7872373b265856bc7f
Headers
Series [01/12] dnsdist: Resolve configure unrecognised option(s) |

Commit Message

Adolf Belka 29 Apr 2026, 5:50 p.m. UTC
- configure: WARNING: unrecognized options: --with-md5-passwords
- use of md5 for passwords was removed in version 8.9 in 2022
- Option has been removed

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
---
 lfs/openssh | 1 -
 1 file changed, 1 deletion(-)
  

Patch

diff --git a/lfs/openssh b/lfs/openssh
index e22105ce4..fdffce8d4 100644
--- a/lfs/openssh
+++ b/lfs/openssh
@@ -76,7 +76,6 @@  $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
 				--prefix=/usr \
 				--sysconfdir=/etc/ssh \
 				--libexecdir=/usr/lib/openssh \
-				--with-md5-passwords \
 				--with-privsep-path=/var/empty \
 				--with-superuser-path=/sbin:/usr/sbin:/bin:/usr/bin
 	cd $(DIR_APP) && make $(MAKETUNING)