]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/openssh
Removed subversion.
[people/pmueller/ipfire-2.x.git] / lfs / openssh
index 5e2f6865d54fb15c2dcb2d9b6be9d9622055725f..9e61bd156ce8903b46fde11deb793b2a213fb84a 100644 (file)
@@ -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 \