]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Fixed name/version number of a used patch in lfs/vsftpd.
authorStefan Schantl <Stevee@ipfire.org>
Wed, 20 May 2009 15:03:31 +0000 (17:03 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Wed, 20 May 2009 15:03:31 +0000 (17:03 +0200)
lfs/vsftpd

index eb709796a5ba68b8521ed13ad94324c231d02f09..aff440306b5f43a59516c7fec5805d364e1cf65f 100644 (file)
@@ -55,7 +55,7 @@ endef
 ###############################################################################
 
 objects = $(DL_FILE) \
-       $(THISAPP)-libs-2.patch \
+       $(THISAPP)-libs-3.patch \
        $(THISAPP)-pam_hostname.patch \
        $(THISAPP)-build_ssl.patch \
        $(THISAPP)-close-std-fds.patch \
@@ -86,7 +86,7 @@ $(OBJECT): $(objects)
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-build_ssl.patch
 
        # This patch modifies the detection of the needed libs.
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-libs-2.patch
+       cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-libs-3.patch
 
        # This patch adds the pam_hostname feature to vsftpd.
        cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-pam_hostname.patch