From: Matthias Fischer Date: Mon, 9 Feb 2015 18:08:23 +0000 (+0100) Subject: openssh: lfs-update X-Git-Tag: v2.17-core91~38 X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff_plain;h=016e63e8185fb0cb670bfd05d5292aec05bc42ab openssh: lfs-update --- 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 \