rpi-userland: use -Wno-error to let this compile at least.

This commit is contained in:
Juan RP 2016-03-22 19:48:03 +01:00
parent 2681bb70de
commit d5a60ee027

View file

@ -16,6 +16,7 @@ homepage="https://github.com/raspberrypi/userland"
distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz"
checksum=601ad724e536272a43a02ae8217bd21cbd3e9a17ca1adc70b1d28fcb50864d44
CFLAGS="-Wno-error"
LDFLAGS="-Wl,--no-as-needed"
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"