From af7be3a9a3c40369fa8b5b139346e309b11b798a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 18 Aug 2020 02:48:05 +0200 Subject: [PATCH] aircrack-ng: needs -fcommon for gcc10 [ci skip] --- srcpkgs/aircrack-ng/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/aircrack-ng/template b/srcpkgs/aircrack-ng/template index 1225e4b10a9..8756af175ba 100644 --- a/srcpkgs/aircrack-ng/template +++ b/srcpkgs/aircrack-ng/template @@ -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/}