aircrack-ng: needs -fcommon for gcc10

[ci skip]
This commit is contained in:
Jürgen Buchmüller 2020-08-18 02:48:05 +02:00
parent 3390586d87
commit af7be3a9a3

View file

@ -13,6 +13,8 @@ changelog="https://www.aircrack-ng.org/doku.php?id=changelog"
distfiles="https://download.aircrack-ng.org/${pkgname}-${version}.tar.gz"
checksum=4f0bfd486efc6ea7229f7fbc54340ff8b2094a0d73e9f617e0a39f878999a247
CFLAGS="-fcommon"
pre_configure() {
# does runtime detection, this actually breaks build
CFLAGS=${CFLAGS/-mno-altivec/}