From de6bd0339520960f2137e1d6ae92d5c5522eb1c4 Mon Sep 17 00:00:00 2001 From: heil Date: Wed, 5 Oct 2011 22:10:56 +0000 Subject: [PATCH] package: haproxy - enable splicing support git-svn-id: svn://svn.openwrt.org/openwrt/packages@28371 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/haproxy/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/haproxy/Makefile b/net/haproxy/Makefile index 897fe1691..3c717390a 100644 --- a/net/haproxy/Makefile +++ b/net/haproxy/Makefile @@ -43,7 +43,7 @@ define Build/Compile CFLAGS="$(TARGET_CFLAGS)" \ LD="$(TARGET_CC)" \ LDFLAGS="$(TARGET_LDFLAGS)" \ - SMALL_OPTS="-DBUFSIZE=16384 -DMAXREWRITE=8192 -DSYSTEM_MAXCONN=65530" USE_LINUX_TPROXY=1 \ + SMALL_OPTS="-DBUFSIZE=16384 -DMAXREWRITE=8192 -DSYSTEM_MAXCONN=65530" USE_LINUX_TPROXY=1 USE_LINUX_SPLICE=1 \ all install endef -- 2.11.0