iw: fix cross build.
This commit is contained in:
parent
907c3ec730
commit
d0795565f8
1 changed files with 4 additions and 0 deletions
|
@ -12,6 +12,10 @@ homepage="http://wireless.kernel.org/en/users/Documentation/iw"
|
|||
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
||||
checksum=456ee212cfb728e292667caa508a7dff902666c78579814756a3012d68d64fe9
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
hostmakedepends+=" libnl3-devel"
|
||||
fi
|
||||
|
||||
iw_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
|
|
Loading…
Reference in a new issue