mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/webkitgtk: fix the armv5 fix
This commit is contained in:
parent
c121464b19
commit
af69d3d9b5
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue