Fix missing clock_* IFUNCs in librtkaio.

This commit is contained in:
Carlos O'Donell 2015-02-12 01:36:24 -05:00
parent c6d44c9902
commit e03dd62b87
2 changed files with 8 additions and 5 deletions

View File

@ -10,10 +10,10 @@
# We remove the clock* functions from librtkaio.so.1 and # We remove the clock* functions from librtkaio.so.1 and
# use those provided in libc.so.6, matching librt.so. # use those provided in libc.so.6, matching librt.so.
# #
diff -urN glibc-2.21-59-gd35273f.mod/rtkaio/clock-compat.c glibc-2.21-59-gd35273f/rtkaio/clock-compat.c --- glibc-2.21-63-gebf27d1.mod/rtkaio/clock-compat.c 1969-12-31 19:00:00.000000000 -0500
--- glibc-2.21-59-gd35273f.mod/rtkaio/clock-compat.c 1969-12-31 19:00:00.000000000 -0500 +++ glibc-2.21-63-gebf27d1/rtkaio/clock-compat.c 2015-02-12 01:28:59.615026597 -0500
+++ glibc-2.21-59-gd35273f/rtkaio/clock-compat.c 2015-02-11 22:52:29.912765683 -0500 @@ -0,0 +1,2 @@
@@ -0,0 +1 @@ +#define librt librtkaio
+#include <rt/clock-compat.c> +#include <rt/clock-compat.c>
diff -urN glibc-2.21-59-gd35273f.mod/rtkaio/kaio_clock_getcpuclockid.c glibc-2.21-59-gd35273f/rtkaio/kaio_clock_getcpuclockid.c diff -urN glibc-2.21-59-gd35273f.mod/rtkaio/kaio_clock_getcpuclockid.c glibc-2.21-59-gd35273f/rtkaio/kaio_clock_getcpuclockid.c
--- glibc-2.21-59-gd35273f.mod/rtkaio/kaio_clock_getcpuclockid.c 2015-02-11 13:00:55.105400863 -0500 --- glibc-2.21-59-gd35273f.mod/rtkaio/kaio_clock_getcpuclockid.c 2015-02-11 13:00:55.105400863 -0500

View File

@ -1,6 +1,6 @@
%define glibcsrcdir glibc-2.21-63-gebf27d1 %define glibcsrcdir glibc-2.21-63-gebf27d1
%define glibcversion 2.21.90 %define glibcversion 2.21.90
%define glibcrelease 2%{?dist} %define glibcrelease 3%{?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:
# #
@ -1751,6 +1751,9 @@ rm -f *.filelist*
%endif %endif
%changelog %changelog
* Thu Feb 12 2015 Carlos O'Donell <carlos@systemhalted.org> - 2.21.90-3
- Fix missing clock_* IFUNCs in librtkaio.
* Thu Feb 12 2015 Carlos O'Donell <carlos@systemhalted.org> - 2.21.90-2 * Thu Feb 12 2015 Carlos O'Donell <carlos@systemhalted.org> - 2.21.90-2
- Auto-sync with upstream master. - Auto-sync with upstream master.