From e03dd62b87d14da1f855d530728c897cb1dcf3d7 Mon Sep 17 00:00:00 2001 From: Carlos O'Donell Date: Feb 12 2015 06:36:24 +0000 Subject: Fix missing clock_* IFUNCs in librtkaio. --- diff --git a/glibc-rtkaio-clock.patch b/glibc-rtkaio-clock.patch index 560380f..4aff826 100644 --- a/glibc-rtkaio-clock.patch +++ b/glibc-rtkaio-clock.patch @@ -10,10 +10,10 @@ # We remove the clock* functions from librtkaio.so.1 and # 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-59-gd35273f.mod/rtkaio/clock-compat.c 1969-12-31 19:00:00.000000000 -0500 -+++ glibc-2.21-59-gd35273f/rtkaio/clock-compat.c 2015-02-11 22:52:29.912765683 -0500 -@@ -0,0 +1 @@ +--- glibc-2.21-63-gebf27d1.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 +@@ -0,0 +1,2 @@ ++#define librt librtkaio +#include 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 diff --git a/glibc.spec b/glibc.spec index f645937..f50b2e0 100644 --- a/glibc.spec +++ b/glibc.spec @@ -1,6 +1,6 @@ %define glibcsrcdir glibc-2.21-63-gebf27d1 %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 # effectively: # @@ -1751,6 +1751,9 @@ rm -f *.filelist* %endif %changelog +* Thu Feb 12 2015 Carlos O'Donell - 2.21.90-3 +- Fix missing clock_* IFUNCs in librtkaio. + * Thu Feb 12 2015 Carlos O'Donell - 2.21.90-2 - Auto-sync with upstream master.