[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

rpms/erlang/FC-6 otp-glibc25.patch, NONE, 1.1 erlang.spec, 1.16, 1.17 otp-glibc24.patch, 1.3, NONE



Author: gemi

Update of /cvs/extras/rpms/erlang/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5131

Modified Files:
	erlang.spec 
Added Files:
	otp-glibc25.patch 
Removed Files:
	otp-glibc24.patch 
Log Message:
new version R11B-2

otp-glibc25.patch:

--- NEW FILE otp-glibc25.patch ---
--- otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c.glibc25	2006-12-30 23:57:04.000000000 +0100
+++ otp_src_R11B-2/erts/emulator/hipe/hipe_x86_signal.c	2006-12-30 23:57:36.000000000 +0100
@@ -34,7 +34,7 @@
 #endif
 #include "hipe_signal.h"
 
-#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4)
+#if __GLIBC__ == 2 && (__GLIBC_MINOR__ == 3 || __GLIBC_MINOR__ == 4 || __GLIBC_MINOR__ == 5)
 /* See comment below for glibc 2.2. */
 #ifndef __USE_GNU
 #define __USE_GNU		/* to un-hide RTLD_NEXT */


Index: erlang.spec
===================================================================
RCS file: /cvs/extras/rpms/erlang/FC-6/erlang.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- erlang.spec	30 Dec 2006 22:24:45 -0000	1.16
+++ erlang.spec	30 Dec 2006 23:46:59 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           erlang
 Version:        R11B
-Release:        2.1%{?dist}
+Release:        2.2%{?dist}
 Summary:        General-purpose programming language and runtime environment
 
 Group:          Development/Languages
@@ -13,6 +13,7 @@
 Patch1:		otp-install.patch
 Patch2:		otp-rpath.patch
 Patch3:         otp-sslrpath.patch
+Patch4:         otp-glibc25.patch
 Patch5:		otp-run_erl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -48,6 +49,7 @@
 %patch1 -p1 -b .install
 %patch2 -p1 -b .rpath
 %patch3 -p1 -b .sslrpath
+%patch4 -p1 -b .glibc25
 %patch5 -p1 -b .run_erl
 
 
@@ -102,6 +104,9 @@
 
 
 %changelog
+* Sat Dec 30 2006 Gerard Milmeister <gemi bluewin ch> - R11B-2.2
+- added patch for compiling with glibc 2.5
+
 * Sat Dec 30 2006 Gerard Milmeister <gemi bluewin ch> - R11B-2.1
 - new version R11B-2
 


--- otp-glibc24.patch DELETED ---


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]