mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
aircrack-ng: needs -fcommon for gcc10
[ci skip]
This commit is contained in:
parent
3390586d87
commit
af7be3a9a3
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ changelog="https://www.aircrack-ng.org/doku.php?id=changelog"
|
||||||
distfiles="https://download.aircrack-ng.org/${pkgname}-${version}.tar.gz"
|
distfiles="https://download.aircrack-ng.org/${pkgname}-${version}.tar.gz"
|
||||||
checksum=4f0bfd486efc6ea7229f7fbc54340ff8b2094a0d73e9f617e0a39f878999a247
|
checksum=4f0bfd486efc6ea7229f7fbc54340ff8b2094a0d73e9f617e0a39f878999a247
|
||||||
|
|
||||||
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# does runtime detection, this actually breaks build
|
# does runtime detection, this actually breaks build
|
||||||
CFLAGS=${CFLAGS/-mno-altivec/}
|
CFLAGS=${CFLAGS/-mno-altivec/}
|
||||||
|
|
Loading…
Add table
Reference in a new issue