[arch-commits] Commit in erlang/trunk (PKGBUILD erlang-12.2.3-glibc28.patch)
Juergen Hoetzel
juergen at archlinux.org
Sun Jun 15 21:13:16 UTC 2008
Date: Sunday, June 15, 2008 @ 17:13:16
Author: juergen
Revision: 2922
upgpkg: erlang R12B.3-1
Added:
erlang/trunk/erlang-12.2.3-glibc28.patch
Modified:
erlang/trunk/PKGBUILD
-----------------------------+
PKGBUILD | 12 +++++++-----
erlang-12.2.3-glibc28.patch | 11 +++++++++++
2 files changed, 18 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-06-15 20:14:02 UTC (rev 2921)
+++ PKGBUILD 2008-06-15 21:13:16 UTC (rev 2922)
@@ -3,7 +3,7 @@
# Maintainer: Juergen Hoetzel <juergen at archlinux.org>
pkgname=erlang
-pkgver=R12B.2
+pkgver=R12B.3
pkgrel=1
pkgdesc="A small concurrent functional programming language developed by Ericsson."
arch=(i686 x86_64)
@@ -12,15 +12,17 @@
license=('custom')
makedepends=('java-environment' 'perl' 'openssl')
source=(http://www.erlang.org/download/otp_src_${pkgver/./-}.tar.gz
- http://www.erlang.org/download/otp_doc_man_${pkgver/./-}.tar.gz)
-md5sums=('05861c7f75d7b2ed5af42c93cebe5801' '645a4486f02338a5cf22be7563b862f9')
+ http://www.erlang.org/download/otp_doc_man_${pkgver/./-}.tar.gz
+ erlang-12.2.3-glibc28.patch)
+md5sums=('c2e7f0ad54b8fadebde2d94106608d97' '13098954c9d5804bb8394fe7badb3d0d'\
+ '37f0c2c61eb3774629aaa0010b11da53')
url="http://www.erlang.org/index.html"
build() {
- ERTSVERSION=5.6.2
+ ERTSVERSION=5.6.3
cd $startdir/src/otp_src_${pkgver/./-}
-
+ patch -p0 -i $startdir/src/erlang-12.2.3-glibc28.patch || return 1
# fix #7633 - shouldn't hurt i686
sed -i '/SSL_DYNAMIC_ONLY=/s:no:yes:' erts/configure || return 1
Added: erlang-12.2.3-glibc28.patch
===================================================================
--- erlang-12.2.3-glibc28.patch (rev 0)
+++ erlang-12.2.3-glibc28.patch 2008-06-15 21:13:16 UTC (rev 2922)
@@ -0,0 +1,11 @@
+--- erts/emulator/hipe/hipe_x86_signal.c 2008-06-12 14:17:48.831373565 +0200
++++ erts/emulator/hipe/hipe_x86_signal_ok.c 2008-06-12 14:43:05.132064804 +0200
+@@ -34,7 +34,7 @@
+ #endif
+ #include "hipe_signal.h"
+
+-#if __GLIBC__ == 2 && (__GLIBC_MINOR__ >= 3 && __GLIBC_MINOR__ <= 7)
++#if __GLIBC__ == 2 && __GLIBC_MINOR__ >= 3
+ /* See comment below for glibc 2.2. */
+ #ifndef __USE_GNU
+ #define __USE_GNU /* to un-hide RTLD_NEXT */
More information about the arch-commits
mailing list