]> git.pld-linux.org Git - packages/pound.git/commitdiff
do not decrease buffer size smaller than upstream
authorElan Ruusamäe <glen@delfi.ee>
Thu, 15 Nov 2012 11:23:57 +0000 (13:23 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 15 Nov 2012 11:23:57 +0000 (13:23 +0200)
2.4.4 changelog says: increased MAXBUF to default 4096

pound.spec

index 0667af7145db9abfd5122438df084079a9edd11f..c17855018c4235c8552eba5f6e3c2cdab43886fc 100644 (file)
@@ -66,7 +66,7 @@ swobodnego używania, kopiowania i rozdawania.
 %build
 cp -f /usr/share/automake/config.sub .
 %configure \
-       --with-maxbuf=2048
+       --with-maxbuf=4096
 %{__make}
 
 %install
This page took 0.145744 seconds and 4 git commands to generate.