diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-09-16 18:06:38 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-10-18 09:25:05 -0400 |
commit | b1bbd03d8aaf22ce678e0469ca867dfcad5f494a (patch) | |
tree | 15afc79d5d85f8b5403b52c0b2c074fedbbf3ec2 /package/libglib2/libglib2-fix-clock-gettime-check.patch | |
parent | 35b4322ee89ca106b69589590ca124f6bd95c660 (diff) |
libglib2: bump version to 2.26.0
This is a mechanical bump, no other changes involved.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libglib2/libglib2-fix-clock-gettime-check.patch')
-rw-r--r-- | package/libglib2/libglib2-fix-clock-gettime-check.patch | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/package/libglib2/libglib2-fix-clock-gettime-check.patch b/package/libglib2/libglib2-fix-clock-gettime-check.patch index da2e4856c..f336ea513 100644 --- a/package/libglib2/libglib2-fix-clock-gettime-check.patch +++ b/package/libglib2/libglib2-fix-clock-gettime-check.patch @@ -1,6 +1,6 @@ Rework clock_gettime() test -The test for clock_gettime() in configure.in doesn't work properly +The test for clock_gettime() in configure.ac doesn't work properly when a previous package has loaded the shared configuration cache with informations about the availability of clock_gettime. A package such as ctorrent does so, which means that compiling ctorrent *then* @@ -25,11 +25,15 @@ appropriate variables. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> -Index: glib-2.24.1/configure.in +--- + configure.ac | 11 ++++++----- + 1 file changed, 6 insertions(+), 5 deletions(-) + +Index: glib-2.26.0/configure.ac =================================================================== ---- glib-2.24.1.orig/configure.in 2010-08-11 19:29:20.530916023 +0200 -+++ glib-2.24.1/configure.in 2010-08-11 19:46:41.308866269 +0200 -@@ -2392,13 +2392,14 @@ +--- glib-2.26.0.orig/configure.ac ++++ glib-2.26.0/configure.ac +@@ -2379,13 +2379,14 @@ LIBS="$glib_save_LIBS" fi |