aircrack-ng: unbreak on ppc32
This commit is contained in:
parent
3d83c5539b
commit
181a511bac
@ -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…
x
Reference in New Issue
Block a user