diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-06-13 19:31:06 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-06-13 19:31:06 +0000 |
commit | 66a3b62c829e29576cf36d528845c9af573a1711 (patch) | |
tree | d9f8f037378ffd2d6d6262ba98d0844f05ee5814 /dev-lang/erlang/erlang-12.2.3.ebuild | |
parent | Stable on alpha, bug #222085 (diff) | |
download | gentoo-2-66a3b62c829e29576cf36d528845c9af573a1711.tar.gz gentoo-2-66a3b62c829e29576cf36d528845c9af573a1711.tar.bz2 gentoo-2-66a3b62c829e29576cf36d528845c9af573a1711.zip |
fix build failure with Glibc 2.8, see bug 226063, patch provided by Holger Hoffstätte <holger AT wizards DOT de>
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/erlang/erlang-12.2.3.ebuild')
-rw-r--r-- | dev-lang/erlang/erlang-12.2.3.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-lang/erlang/erlang-12.2.3.ebuild b/dev-lang/erlang/erlang-12.2.3.ebuild index d1f248845574..f15c49786fd9 100644 --- a/dev-lang/erlang/erlang-12.2.3.ebuild +++ b/dev-lang/erlang/erlang-12.2.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-12.2.3.ebuild,v 1.2 2008/06/12 20:59:48 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/erlang/erlang-12.2.3.ebuild,v 1.3 2008/06/13 19:31:06 opfer Exp $ inherit autotools elisp-common eutils flag-o-matic multilib versionator @@ -47,6 +47,9 @@ src_unpack() { use odbc || sed -i 's: odbc : :' lib/Makefile + # fixes bug 226063, reported and accepted upstream for R12B-4 + epatch "${FILESDIR}"/${P}-glibc28.patch + # make sure we only link ssl dynamically # will not be integrated by upstream for various reasons sed -i '/SSL_DYNAMIC_ONLY=/s:no:yes:' erts/configure #184419 |