diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-11-15 08:37:42 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-11-15 08:37:42 +0000 |
commit | 62f5cb9a8b4d2b5804ee357f046ab7837579e853 (patch) | |
tree | 6bc2f4a24e8fb866c0f1f7bcc6ca1250e9441e65 /net-proxy/squid/squid-2.6.16.ebuild | |
parent | stable x86, bug 199019 (diff) | |
download | historical-62f5cb9a8b4d2b5804ee357f046ab7837579e853.tar.gz historical-62f5cb9a8b4d2b5804ee357f046ab7837579e853.tar.bz2 historical-62f5cb9a8b4d2b5804ee357f046ab7837579e853.zip |
Set SQUID_MAXFD through configure params instead seding autoconf.h (#199202).
Package-Manager: portage-2.1.3.16
Diffstat (limited to 'net-proxy/squid/squid-2.6.16.ebuild')
-rw-r--r-- | net-proxy/squid/squid-2.6.16.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-proxy/squid/squid-2.6.16.ebuild b/net-proxy/squid/squid-2.6.16.ebuild index 5a0062171125..2aedb5d106eb 100644 --- a/net-proxy/squid/squid-2.6.16.ebuild +++ b/net-proxy/squid/squid-2.6.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-2.6.16.ebuild,v 1.11 2007/11/04 08:22:36 mrness Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-proxy/squid/squid-2.6.16.ebuild,v 1.12 2007/11/15 08:37:42 mrness Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -124,13 +124,11 @@ src_compile() { --enable-htcp \ --enable-carp \ --enable-follow-x-forwarded-for \ + --with-maxfd=8192 \ $(use_enable snmp) \ $(use_enable ssl) \ ${myconf} || die "econf failed" - sed -i -e "s:^#define SQUID_MAXFD.*:#define SQUID_MAXFD 8192:" \ - include/autoconf.h - emake || die "emake failed" } |