]> git.pld-linux.org Git - packages/erlang.git/blame - erlang-new_glibc.patch
- Patch for correct openssl-devel detection with --as-needed
[packages/erlang.git] / erlang-new_glibc.patch
CommitLineData
7a2fd675 1--- otp_src_R12B-2/erts/emulator/hipe/hipe_x86_signal.c.orig 2008-05-13 22:15:29.000000000 +0000
2+++ otp_src_R12B-2/erts/emulator/hipe/hipe_x86_signal.c 2008-05-13 22:15:37.000000000 +0000
3@@ -34,7 +34,7 @@
4 #endif
5 #include "hipe_signal.h"
6
7-#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 7)
8+#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 8)
9 /* See comment below for glibc 2.2. */
10 #ifndef __USE_GNU
11 #define __USE_GNU /* to un-hide RTLD_NEXT */
This page took 0.076156 seconds and 4 git commands to generate.