From 016e63e8185fb0cb670bfd05d5292aec05bc42ab Mon Sep 17 00:00:00 2001 From: Matthias Fischer Date: Mon, 9 Feb 2015 19:08:23 +0100 Subject: [PATCH] openssh: lfs-update --- lfs/openssh | 3 --- 1 file changed, 3 deletions(-) diff --git a/lfs/openssh b/lfs/openssh index d8f337baf8..7e6e376415 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -70,9 +70,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) -ifeq "$(PADLOCK)" "1" - cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssh-4.7p1-padlock.patch -endif cd $(DIR_APP) && sed -i "s/lkrb5 -ldes/lkrb5/" configure cd $(DIR_APP) && ./configure --prefix=/usr --sysconfdir=/etc/ssh \ --libexecdir=/usr/lib/openssh --with-md5-passwords \ -- 2.39.2