From 079328b656e126200cd59b87d1dc06cefa5c5fd0 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Tue, 28 Nov 2017 16:42:00 +0100 Subject: [PATCH] snoopy: fix cross compilation Closes #9606. Signed-off-by: Enno Boland --- srcpkgs/snoopy/template | 2 -- 1 file changed, 2 deletions(-) diff --git a/srcpkgs/snoopy/template b/srcpkgs/snoopy/template index e3fa976ac77..50f9f80b5d2 100644 --- a/srcpkgs/snoopy/template +++ b/srcpkgs/snoopy/template @@ -12,8 +12,6 @@ homepage="https://github.com/a2o/snoopy" distfiles="http://source.a2o.si/download/snoopy/snoopy-${version}.tar.gz" checksum=6442e1145a5cad725f6aae0887030ee3db34bafc40bbe3bb84da836cbb5f1569 -nocross="http://build.voidlinux.eu/builders/armv7l_builder/builds/14486/steps/shell_3/logs/stdio" - pre_configure() { find . -type f -name Makefile.in -exec sed -i 's| -Werror||' {} + }