iw: make xbps-checkvers(8) happy and don't make it crash.
This commit is contained in:
parent
ec6cd0b379
commit
c90fbdb4b0
1 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,4 @@
|
||||||
# Template file for 'iw'
|
# Template file for 'iw'
|
||||||
#
|
|
||||||
# Does not seem to respect our $CPPFLAGS in environment, force it via CFLAGS.
|
|
||||||
CFLAGS="$XBPS_CPPFLAGS"
|
|
||||||
|
|
||||||
pkgname=iw
|
pkgname=iw
|
||||||
version=3.17
|
version=3.17
|
||||||
revision=2
|
revision=2
|
||||||
|
@ -16,3 +12,6 @@ license="GPL-2"
|
||||||
homepage="http://wireless.kernel.org/en/users/Documentation/iw"
|
homepage="http://wireless.kernel.org/en/users/Documentation/iw"
|
||||||
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
distfiles="http://www.kernel.org/pub/software/network/iw/iw-${version}.tar.xz"
|
||||||
checksum=48a62eb5cd8e757c9617749df96b01f133c184f6c107f18be660ee08f155fa93
|
checksum=48a62eb5cd8e757c9617749df96b01f133c184f6c107f18be660ee08f155fa93
|
||||||
|
|
||||||
|
# Does not seem to respect our $CPPFLAGS in environment, force it via CFLAGS.
|
||||||
|
CFLAGS="$XBPS_CPPFLAGS"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue