summarylogtreecommitdiffstats
path: root/gdk-pixbuf2-bug-754154-fix-non-glibc-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'gdk-pixbuf2-bug-754154-fix-non-glibc-build.patch')
-rw-r--r--gdk-pixbuf2-bug-754154-fix-non-glibc-build.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/gdk-pixbuf2-bug-754154-fix-non-glibc-build.patch b/gdk-pixbuf2-bug-754154-fix-non-glibc-build.patch
new file mode 100644
index 000000000000..f0838339433f
--- /dev/null
+++ b/gdk-pixbuf2-bug-754154-fix-non-glibc-build.patch
@@ -0,0 +1,35 @@
+From 844bf5d40cce33a75088a6c5ab1bc82970fbfa0b Mon Sep 17 00:00:00 2001
+From: Yaakov Selkowitz <yselkowi@redhat.com>
+Date: Tue, 1 Sep 2015 17:23:06 -0500
+Subject: [PATCH] Fix build on non-linux systems after commit
+ b07c3bffffefb8573ad9ffcf926c07cb9f93d08b
+
+https://bugzilla.gnome.org/show_bug.cgi?id=754154
+---
+ tests/Makefile.am | 7 ++++++-
+ 1 file changed, 6 insertions(+), 1 deletion(-)
+
+diff --git a/tests/Makefile.am b/tests/Makefile.am
+index 01d8e42..d5dca44 100644
+--- a/tests/Makefile.am
++++ b/tests/Makefile.am
+@@ -18,10 +18,15 @@ LDADD = \
+
+ noinst_PROGRAMS += \
+ pixbuf-read \
+- pixbuf-lowmem \
+ pixbuf-random \
+ $(NULL)
+
++if OS_LINUX
++noinst_PROGRAMS += \
++ pixbuf-lowmem \
++ $(NULL)
++endif
++
+ test_programs = \
+ animation \
+ cve-2015-4491 \
+--
+2.5.1
+