From e7d78c507a674fd6f47d5b1a7e9ded9846e7db90 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 7 Sep 2015 10:09:34 +0200 Subject: [PATCH] gdk-pixbuf: disable tests to unbreak musl. --- srcpkgs/gdk-pixbuf/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/gdk-pixbuf/template b/srcpkgs/gdk-pixbuf/template index bf3fae96240..b0de4917b0a 100644 --- a/srcpkgs/gdk-pixbuf/template +++ b/srcpkgs/gdk-pixbuf/template @@ -25,6 +25,7 @@ if [ -z "$CROSS_BUILD" ]; then fi pre_configure() { + sed -i '/SUBDIRS/s/tests//' Makefile.am autoreconf -fi }