X-Git-Url: http://git.ipfire.org/?p=ipfire-2.x.git;a=blobdiff_plain;f=lfs%2Fopenssh;h=f3bf4f5a1783340fe5ce0e7b1ac19e83cd2c2657;hp=59172fc73dfefd5cd589668c6f71a527c2901ef9;hb=1c49a60462eec548090d9f94608b3fb8b3a8a374;hpb=6f5bb9b8bd28554660c07d5ace25bf1e7cb21126 diff --git a/lfs/openssh b/lfs/openssh index 59172fc73d..f3bf4f5a17 100644 --- a/lfs/openssh +++ b/lfs/openssh @@ -75,7 +75,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) ifeq "$(PADLOCK)" "1" cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/openssh-4.7p1-padlock.patch endif - cd $(DIR_APP) && gzip -d $(DIR_DL)/openssh5.1-dynwindow_noneswitch.diff.gz | patch -Np1 + cd $(DIR_APP) && gzip -d -c $(DIR_DL)/openssh5.1-dynwindow_noneswitch.diff.gz | patch -Np1 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 \