rpms/erlang/devel otp-glibc24.patch,NONE,1.1 erlang.spec,1.2,1.3

Gérard Milmeister (gemi) fedora-extras-commits at redhat.com
Tue Sep 6 20:04:20 UTC 2005


Author: gemi

Update of /cvs/extras/rpms/erlang/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20910

Modified Files:
	erlang.spec 
Added Files:
	otp-glibc24.patch 
Log Message:
patch for glibc 2.4

otp-glibc24.patch:

--- NEW FILE otp-glibc24.patch ---
--- otp_src_R10B-6/erts/emulator/hipe/hipe_x86_signal.c.glibc24	2005-09-06 22:01:13.000000000 +0200
+++ otp_src_R10B-6/erts/emulator/hipe/hipe_x86_signal.c	2005-09-06 22:01:36.000000000 +0200
@@ -27,7 +27,7 @@
 #include <stdlib.h>
 #include "hipe_signal.h"
 
-#if __GLIBC__ == 2 && __GLIBC_MINOR__ == 3
+#if __GLIBC__ == 2 && __GLIBC_MINOR__ == 4
 /* See comment below for glibc 2.2. */
 #define __USE_GNU		/* to un-hide RTLD_NEXT */
 #include <dlfcn.h>


Index: erlang.spec
===================================================================
RCS file: /cvs/extras/rpms/erlang/devel/erlang.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- erlang.spec	6 Sep 2005 18:30:48 -0000	1.2
+++ erlang.spec	6 Sep 2005 20:04:16 -0000	1.3
@@ -1,6 +1,6 @@
 Name:           erlang
 Version:        R10B
-Release:        6.3%{?dist}
+Release:        6.4%{?dist}
 Summary:        General-purpose programming language and runtime environment
 
 Group:          Development/Languages
@@ -12,6 +12,7 @@
 Patch:		otp-links.patch
 Patch1:		otp-install.patch
 Patch2:		otp-rpath.patch
+Patch3:		otp-glibc24.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	ncurses-devel, openssl-devel, flex, unixODBC-devel
 
@@ -35,6 +36,7 @@
 %patch -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 
 %build
@@ -88,8 +90,9 @@
 
 
 %changelog
-* Tue Sep  6 2005 Gerard Milmeister <gemi at bluewin.ch> - R10B-6.3
+* Tue Sep  6 2005 Gerard Milmeister <gemi at bluewin.ch> - R10B-6.4
 - Remove perl BuildRequires
+- Add patch for glibc 2.4
 
 * Tue Aug 30 2005 Gerard Milmeister <gemi at bluewin.ch> - R10B-6.2
 - change /usr/lib to %%{_libdir}




More information about the fedora-extras-commits mailing list