extra/webkitgtk: fix the armv5 fix

This commit is contained in:
Kevin Mihelich 2013-10-18 03:13:19 +00:00
parent c121464b19
commit af69d3d9b5

View file

@ -26,7 +26,7 @@ sha256sums=('84902e3255dcc6efa1298c8a1f2d2a49674126dcacea383f309aeed9e734d538')
build() {
cd $pkgname-$pkgver
[[ $CARCH == 'armv5' ]] && CONFIG='--disable-jit'
[[ $CARCH == 'arm' ]] && CONFIG='--disable-jit'
./configure --prefix=/usr \
--libexecdir=/usr/lib/$pkgname \