diff --git a/srcpkgs/rpi-userland/template b/srcpkgs/rpi-userland/template index 51ab344c607..eec66f5913b 100644 --- a/srcpkgs/rpi-userland/template +++ b/srcpkgs/rpi-userland/template @@ -4,7 +4,7 @@ _gitshort="${_githash:0:7}" pkgname=rpi-userland version=20151128 -revision=1 +revision=2 wrksrc="userland-${_githash}" build_style=cmake hostmakedepends="cmake" @@ -15,7 +15,8 @@ homepage="https://github.com/raspberrypi/userland" distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz" checksum=f3738952ba63b3ad4ec391594cb7378b7e762903d16f1f1ec93f1ad4644bc8a3 -broken_as_needed=yes +LDFLAGS="-Wl,--no-as-needed" + only_for_archs="armv6l armv6l-musl armv7l armv7l-musl" shlib_provides=" @@ -44,7 +45,6 @@ post_install() { vmkdir etc/ld.so.conf.d echo "/opt/vc/lib" > ${DESTDIR}/etc/ld.so.conf.d/${pkgname}.conf - } rpi-userland-devel_package() {