Hello community,

here is the log from the commit of package erlang for openSUSE:Factory checked 
in at 2013-01-10 10:57:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/erlang (Old)
 and      /work/SRC/openSUSE:Factory/.erlang.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "erlang", Maintainer is "cth...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/erlang/erlang.changes    2013-01-07 
15:05:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.erlang.new/erlang.changes       2013-01-10 
10:57:17.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan  7 12:40:48 UTC 2013 - matwey.korni...@gmail.com
+
+- Add fix-armv7hl.patch - temporary fix build at armv7hl 
+
+-------------------------------------------------------------------

New:
----
  fix-armv7hl.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ erlang.spec ++++++
--- /var/tmp/diff_new_pack.EQarID/_old  2013-01-10 10:57:20.000000000 +0100
+++ /var/tmp/diff_new_pack.EQarID/_new  2013-01-10 10:57:20.000000000 +0100
@@ -38,6 +38,10 @@
 Patch1:         erlang-ppc.patch 
 # PATCH-FIX-UPSTREAM -- See 
http://erlang.org/pipermail/erlang-bugs/2012-November/003214.html
 Patch2:         otp-R15B03-fix_ssl_accept_timeout.patch
+# PATCH-FIX-UPSTREAM fix-armv7hl.patch - matwey.korni...@gmail.com -- this 
makes erlang build at Factory:ARM for armv7hl
+Patch3:         fix-armv7hl.patch
+# autoconf is required only by fix-armv7hl.patch
+BuildRequires:  autoconf
 BuildRequires:  gcc-c++
 BuildRequires:  ncurses-devel
 BuildRequires:  openssh
@@ -190,6 +194,10 @@
 %patch0 -p1 -b .rpath
 %patch1 -p1
 %patch2 -p1
+%ifarch %arm
+%patch3 -p1
+autoreconf -si ./erts
+%endif
 
 chmod -R u+w .
 # enable dynamic linking for ssl

++++++ fix-armv7hl.patch ++++++
diff --git a/erts/configure.in b/erts/configure.in
index 6ad1951..ce7e4ef 100644
--- a/erts/configure.in
+++ b/erts/configure.in
@@ -620,6 +620,7 @@ case $chk_arch_ in
     armv5tel)  ARCH=arm;;
     armv5tejl) ARCH=arm;;
     armv7l)    ARCH=arm;;
+    armv7hl)    ARCH=arm;;
     tile)      ARCH=tile;;
     *)         ARCH=noarch;;
 esac
-- 
1.7.10

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to