From c4e2a711cf2f4eb6a4e9bf7a6460681ca0aa4ae1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 22 Mar 2016 19:50:27 +0100 Subject: [PATCH] rpi-userland: broken for now (too tired, will fix tomorrow). --- srcpkgs/rpi-userland/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/rpi-userland/template b/srcpkgs/rpi-userland/template index 01b751bdf1d..be23e26f5a3 100644 --- a/srcpkgs/rpi-userland/template +++ b/srcpkgs/rpi-userland/template @@ -16,6 +16,8 @@ homepage="https://github.com/raspberrypi/userland" distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz" checksum=601ad724e536272a43a02ae8217bd21cbd3e9a17ca1adc70b1d28fcb50864d44 +broken="too many compiler warnings and -Werror turned on" + CFLAGS="-Wno-error" LDFLAGS="-Wl,--no-as-needed" only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"