]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
openssh: Resolve configure unrecognised option(s)
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 29 Apr 2026 17:50:28 +0000 (19:50 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 29 Apr 2026 19:47:53 +0000 (19:47 +0000)
- 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>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/openssh

index e22105ce468459af6c9645b62fdc03bc0e256ae6..fdffce8d467c6df480ccfb27c2aa5a71e05f00e9 100644 (file)
@@ -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)