rpi-userland: disable --as-needed for now; unbreaks raspistill at least.
Thanks to uriah@irc.
This commit is contained in:
parent
f47026e453
commit
7cbeda1891
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,7 @@ _gitshort="${_githash:0:7}"
|
|||
|
||||
pkgname=rpi-userland
|
||||
version=0.0.0.0.20150907
|
||||
revision=2
|
||||
revision=3
|
||||
wrksrc="userland-${_githash}"
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
|
@ -15,6 +15,7 @@ homepage="https://github.com/raspberrypi/userland"
|
|||
distfiles="https://github.com/raspberrypi/userland/archive/${_githash}.tar.gz"
|
||||
checksum=3521fa369732c7caa9a343c19a4b37d1b1056033965f0654a07547a936da87df
|
||||
|
||||
broken_as_needed=yes
|
||||
only_for_archs="armv6l armv6l-musl armv7l armv7l-musl"
|
||||
|
||||
shlib_provides="
|
||||
|
|
Loading…
Reference in a new issue