summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2008-06-13 19:31:06 +0000
committerChristian Faulhammer <opfer@gentoo.org>2008-06-13 19:31:06 +0000
commit66a3b62c829e29576cf36d528845c9af573a1711 (patch)
treed9f8f037378ffd2d6d6262ba98d0844f05ee5814 /dev-lang/erlang/files
parentStable on alpha, bug #222085 (diff)
downloadgentoo-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/files')
-rw-r--r--dev-lang/erlang/files/erlang-12.2.3-glibc28.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-lang/erlang/files/erlang-12.2.3-glibc28.patch b/dev-lang/erlang/files/erlang-12.2.3-glibc28.patch
new file mode 100644
index 000000000000..d13053a8bb03
--- /dev/null
+++ b/dev-lang/erlang/files/erlang-12.2.3-glibc28.patch
@@ -0,0 +1,11 @@
+--- erts/emulator/hipe/hipe_x86_signal.c 2008-06-12 14:17:48.831373565 +0200
++++ erts/emulator/hipe/hipe_x86_signal_ok.c 2008-06-12 14:43:05.132064804 +0200
+@@ -34,7 +34,7 @@
+ #endif
+ #include "hipe_signal.h"
+
+-#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 7)
++#if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 3
+ /* See comment below for glibc 2.2. */
+ #ifndef __USE_GNU
+ #define __USE_GNU /* to un-hide RTLD_NEXT */