mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/webkitgtk fix
This commit is contained in:
parent
5c23a8246c
commit
49c78b424a
1 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# ALARM: Kevin Mihelich <kevin@archlinuxarm.org>
|
||||
# - use --disable-jit to solve segfaults
|
||||
# - use --disable-gtk-doc-html to solve html docs breaking the build
|
||||
|
||||
pkgbase=webkitgtk
|
||||
pkgname=(webkitgtk webkitgtk2)
|
||||
|
@ -39,7 +40,7 @@ _build() (
|
|||
|
||||
../$pkgbase-$pkgver/configure --prefix=/usr \
|
||||
--libexecdir=/usr/lib/webkit${_ver} \
|
||||
--enable-introspection --disable-jit \
|
||||
--enable-introspection --disable-jit --disable-gtk-doc-html \
|
||||
"$@"
|
||||
|
||||
# https://bugzilla.gnome.org/show_bug.cgi?id=655517
|
||||
|
|
Loading…
Reference in a new issue