diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-04 12:30:02 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-10-04 12:30:02 -0300 |
commit | 49391b6c98feb35bfef35ce78298074181a2182d (patch) | |
tree | f1274c2bc1af46f0d0d84e075238a5d02b19323c | |
parent | 216e98c72ba998b9c89f637c6fb4ee2149aeddea (diff) |
Disable fast-malloc
-rw-r--r-- | extra/libwebkit/PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/extra/libwebkit/PKGBUILD b/extra/libwebkit/PKGBUILD index bd05043fe..e48a73c96 100644 --- a/extra/libwebkit/PKGBUILD +++ b/extra/libwebkit/PKGBUILD @@ -4,7 +4,7 @@ pkgbase=libwebkit pkgname=(libwebkit libwebkit3) pkgver=1.8.3 -pkgrel=1 +pkgrel=1.1 pkgdesc="An opensource web content engine" arch=('i686' 'x86_64' 'mips64el') url="http://webkitgtk.org/" @@ -47,6 +47,7 @@ _build() { --enable-introspection \ --with-font-backend=freetype \ --with-unicode-backend=icu \ + --disable-fast-malloc \ --enable-spellcheck "$@" #make all stamp-po |