SF.net SVN: gar:[24457] csw/mgar/pkg/squid/trunk/Makefile
dmichelsen at users.sourceforge.net
dmichelsen at users.sourceforge.net
Sat Dec 13 20:52:16 CET 2014
Revision: 24457
http://sourceforge.net/p/gar/code/24457
Author: dmichelsen
Date: 2014-12-13 19:52:14 +0000 (Sat, 13 Dec 2014)
Log Message:
-----------
squid/trunk: Switch from select to devpoll
Modified Paths:
--------------
csw/mgar/pkg/squid/trunk/Makefile
Modified: csw/mgar/pkg/squid/trunk/Makefile
===================================================================
--- csw/mgar/pkg/squid/trunk/Makefile 2014-12-13 12:13:54 UTC (rev 24456)
+++ csw/mgar/pkg/squid/trunk/Makefile 2014-12-13 19:52:14 UTC (rev 24457)
@@ -68,7 +68,8 @@
CONFIGURE_ARGS += --enable-large-cache-files
CONFIGURE_ARGS += --enable-referer-log
CONFIGURE_ARGS += --enable-removal-policies=heap,lru
-CONFIGURE_ARGS += --enable-select
+# Use devpoll in favor of select as it is much faster
+CONFIGURE_ARGS += --enable-devpoll
CONFIGURE_ARGS += --enable-snmp
CONFIGURE_ARGS += --enable-ssl
CONFIGURE_ARGS += --enable-useragent-log
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list