]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/commitdiff
Fix openssh patch part II
authorArne Fitzennreiter <arne_f@ipfire.org>
Mon, 20 Oct 2008 17:47:01 +0000 (19:47 +0200)
committerArne Fitzennreiter <arne_f@ipfire.org>
Mon, 20 Oct 2008 17:47:01 +0000 (19:47 +0200)
lfs/openssh

index 59172fc73dfefd5cd589668c6f71a527c2901ef9..f3bf4f5a1783340fe5ce0e7b1ac19e83cd2c2657 100644 (file)
@@ -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 \