diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-21 12:35:48 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-08-21 12:35:48 +0200 |
| commit | 187960a69f36d84730783fa9fcc418bef1f27ea7 (patch) | |
| tree | 55f631e3b8dd408910ac692057445c7c0828b0b7 /package/vsftpd | |
| parent | f80eda0c17801058135f47e7f5ac3f6970e718ff (diff) | |
| parent | aba1a43bf5b8a3cbf8251e4302dcbee58fc81fcd (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/vsftpd')
| -rw-r--r-- | package/vsftpd/Makefile | 5 | ||||
| -rw-r--r-- | package/vsftpd/patches/patch-Makefile | 14 |
2 files changed, 12 insertions, 7 deletions
diff --git a/package/vsftpd/Makefile b/package/vsftpd/Makefile index e0cb84ec2..8456fac83 100644 --- a/package/vsftpd/Makefile +++ b/package/vsftpd/Makefile @@ -4,9 +4,9 @@ include ${TOPDIR}/rules.mk PKG_NAME:= vsftpd -PKG_VERSION:= 2.1.2 +PKG_VERSION:= 2.2.0 PKG_RELEASE:= 1 -PKG_MD5SUM:= 6a8c8579d50adf0d0fc07226c03bfb52 +PKG_MD5SUM:= e4eb190af270ae65d57a84274a38ec31 PKG_DESCR:= a fast and secure FTP server PKG_SECTION:= net PKG_URL:= http://vsftpd.beasts.org @@ -17,7 +17,6 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,VSFTPD,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) BUILD_STYLE:= auto -XAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS} ALL_TARGET:= vsftpd INSTALL_STYLE:= auto diff --git a/package/vsftpd/patches/patch-Makefile b/package/vsftpd/patches/patch-Makefile index eecb47336..a6ebc0f30 100644 --- a/package/vsftpd/patches/patch-Makefile +++ b/package/vsftpd/patches/patch-Makefile @@ -1,9 +1,15 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- vsftpd-2.1.2.orig/Makefile 2009-05-22 21:44:52.000000000 +0200 -+++ vsftpd-2.1.2/Makefile 2009-06-04 22:15:07.000000000 +0200 -@@ -5,8 +5,8 @@ IFLAGS = -idirafter dummyinc +--- vsftpd-2.2.0.orig/Makefile 2009-05-22 21:44:52.000000000 +0200 ++++ vsftpd-2.2.0/Makefile 2009-08-21 00:46:32.980346849 +0200 +@@ -1,12 +1,12 @@ + # Makefile for systems with GNU tools +-CC = gcc ++CC ?= gcc + INSTALL = install + IFLAGS = -idirafter dummyinc #CFLAGS = -g - CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion +-CFLAGS = -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion ++CFLAGS ?= -O2 -Wall -W -Wshadow #-pedantic -Werror -Wconversion -LIBS = `./vsf_findlibs.sh` -LINK = -Wl,-s |
