]> git.pld-linux.org Git - packages/erlang.git/commitdiff
- fix for glibc 2.8
authortommat <tommat@pld-linux.org>
Tue, 13 May 2008 23:10:40 +0000 (23:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    erlang-new_glibc.patch -> 1.1

erlang-new_glibc.patch [new file with mode: 0644]

diff --git a/erlang-new_glibc.patch b/erlang-new_glibc.patch
new file mode 100644 (file)
index 0000000..7479a4c
--- /dev/null
@@ -0,0 +1,11 @@
+--- otp_src_R12B-2/erts/emulator/hipe/hipe_x86_signal.c.orig   2008-05-13 22:15:29.000000000 +0000
++++ otp_src_R12B-2/erts/emulator/hipe/hipe_x86_signal.c        2008-05-13 22:15:37.000000000 +0000
+@@ -34,7 +34,7 @@
+ #endif
+ #include "hipe_signal.h"
+-#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 7)
++#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 8)
+ /* See comment below for glibc 2.2. */
+ #ifndef __USE_GNU
+ #define __USE_GNU             /* to un-hide RTLD_NEXT */
This page took 0.023672 seconds and 4 git commands to generate.