Răsfoiți Sursa

package/proftpd: add sendfile

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>
Jared Bents 6 ani în urmă
părinte
comite
ff59a29732
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      package/proftpd/proftpd.mk

+ 1 - 0
package/proftpd/proftpd.mk

@@ -20,6 +20,7 @@ PROFTPD_CONF_OPTS = \
 	--disable-ncurses \
 	--disable-facl \
 	--disable-dso \
+	--enable-sendfile \
 	--enable-shadow \
 	--with-gnu-ld