mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 23:12:57 +02:00
aircrack-ng: unbreak on ppc32
This commit is contained in:
parent
3d83c5539b
commit
181a511bac
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ distfiles="https://download.aircrack-ng.org/${pkgname}-${version}.tar.gz"
|
|||
checksum=9e592fe7658046220e0ac0a6d05c4026903f3077b248893e0056ccbe4ee88241
|
||||
|
||||
pre_configure() {
|
||||
# does runtime detection, this actually breaks build
|
||||
CFLAGS=${CFLAGS/-mno-altivec/}
|
||||
CXXFLAGS=${CXXFLAGS/-mno-altivec/}
|
||||
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue