diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-04-14 10:14:08 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-04-14 10:14:08 +0000 |
commit | b42117eb4acbae4b366380b85cf502e35bf0d4b4 (patch) | |
tree | 6d672291a20427e7bb2d00c2a2a6c8f1e56b570a /net-voip | |
parent | Version bump, Linux 2.6.21-rc6 git6. (diff) | |
download | gentoo-2-b42117eb4acbae4b366380b85cf502e35bf0d4b4.tar.gz gentoo-2-b42117eb4acbae4b366380b85cf502e35bf0d4b4.tar.bz2 gentoo-2-b42117eb4acbae4b366380b85cf502e35bf0d4b4.zip |
Add large fdset support, bug 128102 thanks to Vladyslav Bakayev <vbakayev@gmail.com>
(Portage version: 2.1.2.3)
Diffstat (limited to 'net-voip')
-rw-r--r-- | net-voip/gnugk/ChangeLog | 6 | ||||
-rw-r--r-- | net-voip/gnugk/gnugk-2.2.5.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-voip/gnugk/ChangeLog b/net-voip/gnugk/ChangeLog index a4728360091f..774c6c7031f3 100644 --- a/net-voip/gnugk/ChangeLog +++ b/net-voip/gnugk/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-misc/gnugk # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/ChangeLog,v 1.1 2007/04/14 07:56:56 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/ChangeLog,v 1.2 2007/04/14 10:14:08 genstef Exp $ + + 14 Apr 2007; Stefan Schweizer <genstef@gentoo.org> gnugk-2.2.5.ebuild: + Add large fdset support, bug 128102 thanks to Vladyslav Bakayev + <vbakayev@gmail.com> *gnugk-2.2.5 (14 Apr 2007) diff --git a/net-voip/gnugk/gnugk-2.2.5.ebuild b/net-voip/gnugk/gnugk-2.2.5.ebuild index 781e6e92c145..8eddaa162457 100644 --- a/net-voip/gnugk/gnugk-2.2.5.ebuild +++ b/net-voip/gnugk/gnugk-2.2.5.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-voip/gnugk/gnugk-2.2.5.ebuild,v 1.1 2007/04/14 07:56:56 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-voip/gnugk/gnugk-2.2.5.ebuild,v 1.2 2007/04/14 10:14:08 genstef Exp $ IUSE="mysql postgres radius" @@ -20,7 +20,8 @@ DEPEND=" src_compile() { econf \ - `use_enable mysql` \ + --with-large-fdset=4096 \ + `use_enable mysql` \ `use_enable postgres sql` \ `use_enable radius` || die |