siddhesh pushed to glibc (master). "Fix build failure on aarch64 (#1226459)"

notifications at fedoraproject.org notifications at fedoraproject.org
Sat May 30 04:11:08 UTC 2015


From 8178d6f0a660c31e0b203dd9a32516ea4e3260b2 Mon Sep 17 00:00:00 2001
From: Siddhesh Poyarekar <siddhesh at redhat.com>
Date: Sat, 30 May 2015 09:40:53 +0530
Subject: Fix build failure on aarch64 (#1226459)


diff --git a/glibc-new-condvar.patch b/glibc-new-condvar.patch
index bb8e870..747bf0d 100644
--- a/glibc-new-condvar.patch
+++ b/glibc-new-condvar.patch
@@ -944,7 +944,7 @@ index 0d6558b..2106bf6 100644
 +# undef INLINE_VSYSCALL
 +# define INLINE_VSYSCALL INLINE_SYSCALL
 +#else
-+# include <bits/libc-vdso.h>
++# include <libc-vdso.h>
 +#endif
  
  struct _condvar_cleanup_buffer
diff --git a/glibc.spec b/glibc.spec
index 4876fce..9f9d921 100644
--- a/glibc.spec
+++ b/glibc.spec
@@ -1,6 +1,6 @@
 %define glibcsrcdir  glibc-2.21-357-gb40a4e1
 %define glibcversion 2.21.90
-%define glibcrelease 13%{?dist}
+%define glibcrelease 14%{?dist}
 # Pre-release tarballs are pulled in from git using a command that is
 # effectively:
 #
@@ -1819,6 +1819,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Sat May 30 2015 Siddhesh Poyarekar <siddhesh at redhat.com> - 2.21.90-14
+- Fix build failure on aarch64 (#1226459).
+
 * Mon May 18 2015 Siddhesh Poyarekar <siddhesh at redhat.com> - 2.21.90-13
 - Sync with upstream master.
 - Install new condvar implementation.
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/glibc.git/commit/?h=master&id=8178d6f0a660c31e0b203dd9a32516ea4e3260b2


More information about the scm-commits mailing list