]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/openssh
Done a whole review of the lfs to make building more paralell
[people/pmueller/ipfire-2.x.git] / lfs / openssh
index ededfab299a495199a330c7a2fe557537a540637..4a873a341aba191aa693c92935369d56cc56310f 100644 (file)
@@ -39,10 +39,8 @@ TARGET     = $(DIR_INFO)/$(THISAPP)
 objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
-openssh5.1-dynwindow_noneswitch.diff = $(DL_FROM)/openssh5.1-dynwindow_noneswitch.diff
 
 $(DL_FILE)_MD5 = 03f2d0c1b5ec60d4ac9997a146d2faec
-openssh5.1-dynwindow_noneswitch.diff_MD5 = a3d3deec7369363224d97df658440216
 
 install : $(TARGET)
 
@@ -75,7 +73,6 @@ $(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) && patch -Np1 -i $(DIR_DL)/openssh5.1-dynwindow_noneswitch.diff
        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 \