diff options
author | 宋文武 <iyzsong@gmail.com> | 2016-04-23 10:19:32 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@gmail.com> | 2016-04-23 10:19:32 +0800 |
commit | 63655d459e28b09cd8d58743dae14b3460f6c9da (patch) | |
tree | 88b82b0782d9f8394cfcda7912833369aa410381 /gnu/packages/patches/glib-tests-prlimit.patch | |
parent | 80627f51f0238b9450745f4e642172d059ca5bb5 (diff) | |
parent | a4e885f626fec1798a4f4d343dddc84a136ae8a9 (diff) | |
download | guix-63655d459e28b09cd8d58743dae14b3460f6c9da.tar.gz |
Merge branch 'gnome-updates'
Diffstat (limited to 'gnu/packages/patches/glib-tests-prlimit.patch')
-rw-r--r-- | gnu/packages/patches/glib-tests-prlimit.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/patches/glib-tests-prlimit.patch b/gnu/packages/patches/glib-tests-prlimit.patch deleted file mode 100644 index f2b2a61bee..0000000000 --- a/gnu/packages/patches/glib-tests-prlimit.patch +++ /dev/null @@ -1,14 +0,0 @@ -prlimit(2) returns ENOSYS on Linux 2.6.32-5-xen-amd64 as found on -hydra.gnu.org, and strace(1) doesn't recognize it. - ---- glib-2.34.3/glib/tests/thread.c 2012-11-20 15:27:12.000000000 +0100 -+++ glib-2.34.3/glib/tests/thread.c 2013-03-27 14:48:31.000000000 +0100 -@@ -130,7 +130,7 @@ test_thread3 (void) - static void - test_thread4 (void) - { --#ifdef HAVE_PRLIMIT -+#if 0 - struct rlimit ol, nl; - GThread *thread; - GError *error; |