[Buildroot] [git commit branch/next] package/proftpd: add sendfile

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Wed Nov 14 08:18:40 UTC 2018


commit: https://git.buildroot.net/buildroot/commit/?id=ff59a29732a6671c858dfe4cef851dff76f7f995
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Enables sendfile to ProFTPD for zero-copy transfers.

Signed-off-by: Jared Bents <jared.bents at rockwellcollins.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/proftpd/proftpd.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/proftpd/proftpd.mk b/package/proftpd/proftpd.mk
index 324a602761..a228d58e03 100644
--- a/package/proftpd/proftpd.mk
+++ b/package/proftpd/proftpd.mk
@@ -20,6 +20,7 @@ PROFTPD_CONF_OPTS = \
 	--disable-ncurses \
 	--disable-facl \
 	--disable-dso \
+	--enable-sendfile \
 	--enable-shadow \
 	--with-gnu-ld
 


More information about the buildroot mailing list