From: Stefan Schantl Date: Wed, 20 May 2009 15:03:31 +0000 (+0200) Subject: Fixed name/version number of a used patch in lfs/vsftpd. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=449bd1d5e6de1ef23a22c18bed34ee188e94517c;p=ipfire-3.x.git Fixed name/version number of a used patch in lfs/vsftpd. --- diff --git a/lfs/vsftpd b/lfs/vsftpd index eb709796a..aff440306 100644 --- a/lfs/vsftpd +++ b/lfs/vsftpd @@ -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