~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

Viewing changes to debian/patches/glibc2.8_compatibility.diff

  • Committer: Bazaar Package Importer
  • Author(s): Luca Falavigna
  • Date: 2008-11-04 22:26:12 UTC
  • mfrom: (3.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20081104222612-1uwzavuet6ar35fw
Tags: 1:12.b.3-dfsg-4ubuntu1
* Merge from Debian unstable, remaining Ubuntu changes:
  + debian/patches/glibc2.8_compatibility.patch:
    - Fix FTBFS with new glibc.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: erlang-12.b.3-dfsg/erts/emulator/hipe/hipe_x86_signal.c
2
 
===================================================================
3
 
--- erlang-12.b.3-dfsg.orig/erts/emulator/hipe/hipe_x86_signal.c        2008-07-12 10:07:54.000000000 +0200
4
 
+++ erlang-12.b.3-dfsg/erts/emulator/hipe/hipe_x86_signal.c     2008-07-12 10:08:19.000000000 +0200
5
 
@@ -34,7 +34,7 @@
6
 
 #endif
7
 
 #include "hipe_signal.h"
8
 
 
9
 
-#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 7)
10
 
+#if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 3
11
 
 /* See comment below for glibc 2.2. */
12
 
 #ifndef __USE_GNU
13
 
 #define __USE_GNU              /* to un-hide RTLD_NEXT */