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.