package/proftpd: add sendfile
authorJared Bents <jared.bents@rockwellcollins.com>
Mon, 12 Nov 2018 16:45:21 +0000 (10:45 -0600)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Wed, 14 Nov 2018 08:18:40 +0000 (09:18 +0100)
Enables sendfile to ProFTPD for zero-copy transfers.

Signed-off-by: Jared Bents <jared.bents@rockwellcollins.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/proftpd/proftpd.mk

index 324a602761695b8f369c129a0bf4e5e4588abb0b..a228d58e0387abb13a3a4f8885fc140755d80f1e 100644 (file)
@@ -20,6 +20,7 @@ PROFTPD_CONF_OPTS = \
        --disable-ncurses \
        --disable-facl \
        --disable-dso \
+       --enable-sendfile \
        --enable-shadow \
        --with-gnu-ld