projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f5e2010
)
Package: haproxy - increase default bufsize to 16384 so that http error 400 is not...
author
Thomas Heil
<heil@terminal-consulting.de>
Thu, 10 Feb 2011 17:14:36 +0000
(17:14 +0000)
committer
Thomas Heil
<heil@terminal-consulting.de>
Thu, 10 Feb 2011 17:14:36 +0000
(17:14 +0000)
SVN-Revision: 25444
net/haproxy/Makefile
patch
|
blob
|
history
diff --git
a/net/haproxy/Makefile
b/net/haproxy/Makefile
index bbc360b5df3363aef367e3efe476c83875fb3da3..b937db4265513bbcf137451d8de6910f463fa99c 100644
(file)
--- a/
net/haproxy/Makefile
+++ b/
net/haproxy/Makefile
@@
-42,7
+42,7
@@
define Build/Compile
CFLAGS="$(TARGET_CFLAGS)" \
LD="$(TARGET_CC)" \
LDFLAGS="$(TARGET_LDFLAGS)" \
- SMALL_OPTS="-DBUFSIZE=16
060
-DMAXREWRITE=8192 -DSYSTEM_MAXCONN=65530" USE_LINUX_TPROXY=1 \
+ SMALL_OPTS="-DBUFSIZE=16
384
-DMAXREWRITE=8192 -DSYSTEM_MAXCONN=65530" USE_LINUX_TPROXY=1 \
all install
endef