X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=lfs%2Fopenssh;h=9e61bd156ce8903b46fde11deb793b2a213fb84a;hb=f24c9564f015f017b07f8498bbe51edf9ba1c801;hp=5e2f6865d54fb15c2dcb2d9b6be9d9622055725f;hpb=ee51a108cc5fc41f50de2dce30ad410cf736faf9;p=people%2Fteissler%2Fipfire-2.x.git diff --git a/lfs/openssh b/lfs/openssh index 5e2f6865d..9e61bd156 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -70,6 +70,9 @@ $(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 \