kismet: fix for armv6*.
This commit is contained in:
parent
5e6335f41e
commit
0609700fa6
1 changed files with 5 additions and 0 deletions
|
@ -19,3 +19,8 @@ homepage="http://www.kismetwireless.net/"
|
|||
distfiles="http://www.kismetwireless.net/code/${pkgname}-${_realver}.tar.xz"
|
||||
checksum=478a2e8d089fb9e0ede527075dcca6f8ff21165a4a7514487ea5493a0ce7a0a0
|
||||
system_groups="kismet"
|
||||
|
||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||
makedepends+=" libatomic-devel"
|
||||
export LIBS="-latomic"
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue