Fix build failure on aarch64 (#1226459)
This commit is contained in:
parent
a7f6b6e326
commit
8178d6f0a6
@ -944,7 +944,7 @@ index 0d6558b..2106bf6 100644
|
|||||||
+# undef INLINE_VSYSCALL
|
+# undef INLINE_VSYSCALL
|
||||||
+# define INLINE_VSYSCALL INLINE_SYSCALL
|
+# define INLINE_VSYSCALL INLINE_SYSCALL
|
||||||
+#else
|
+#else
|
||||||
+# include <bits/libc-vdso.h>
|
+# include <libc-vdso.h>
|
||||||
+#endif
|
+#endif
|
||||||
|
|
||||||
struct _condvar_cleanup_buffer
|
struct _condvar_cleanup_buffer
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
%define glibcsrcdir glibc-2.21-357-gb40a4e1
|
%define glibcsrcdir glibc-2.21-357-gb40a4e1
|
||||||
%define glibcversion 2.21.90
|
%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
|
# Pre-release tarballs are pulled in from git using a command that is
|
||||||
# effectively:
|
# effectively:
|
||||||
#
|
#
|
||||||
@ -1819,6 +1819,9 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat May 30 2015 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.21.90-14
|
||||||
|
- Fix build failure on aarch64 (#1226459).
|
||||||
|
|
||||||
* Mon May 18 2015 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.21.90-13
|
* Mon May 18 2015 Siddhesh Poyarekar <siddhesh@redhat.com> - 2.21.90-13
|
||||||
- Sync with upstream master.
|
- Sync with upstream master.
|
||||||
- Install new condvar implementation.
|
- Install new condvar implementation.
|
||||||
|
Loading…
Reference in New Issue
Block a user