From 8178d6f0a660c31e0b203dd9a32516ea4e3260b2 Mon Sep 17 00:00:00 2001 From: Siddhesh Poyarekar Date: Sat, 30 May 2015 09:40:53 +0530 Subject: [PATCH] Fix build failure on aarch64 (#1226459) --- glibc-new-condvar.patch | 2 +- glibc.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 ++# include +#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 - 2.21.90-14 +- Fix build failure on aarch64 (#1226459). + * Mon May 18 2015 Siddhesh Poyarekar - 2.21.90-13 - Sync with upstream master. - Install new condvar implementation.