Update SDK build tools to 24.0.1
[termux-packages] / packages / gdk-pixbuf / Makefile.in.patch
CommitLineData
451ad80a
FF
1The tests in pixbuf-lowmem.c has undefined references to __libc_malloc
2and __libc_free, so skip building tests.
3
4diff -u -r ../gdk-pixbuf-2.31.7/Makefile.in ./Makefile.in
5--- ../gdk-pixbuf-2.31.7/Makefile.in 2015-09-01 07:46:31.000000000 -0400
6+++ ./Makefile.in 2015-09-07 10:48:15.299336025 -0400
7@@ -448,7 +448,7 @@
8 top_build_prefix = @top_build_prefix@
9 top_builddir = @top_builddir@
10 top_srcdir = @top_srcdir@
11-SUBDIRS = gdk-pixbuf po docs tests contrib build
12+SUBDIRS = gdk-pixbuf po docs contrib build
13 EXTRA_DIST = \
14 config.h.win32 \
15 glib-tap.mk \