aircrack-ng: unbreak on ppc32

This commit is contained in:
q66 2019-12-16 22:53:14 +01:00
parent 3d83c5539b
commit 181a511bac

View file

@ -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
}