diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-05 09:37:43 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-05 11:26:52 +0000 |
commit | 1f309aed084d01ca9fb690fe017440971e32ed74 (patch) | |
tree | f2ef2d2941862d3d0908d60a110a52e96ee6dc03 /testing | |
parent | 937faa93c49b516adbff8083d48a2fafd1591461 (diff) | |
download | aports-1f309aed084d01ca9fb690fe017440971e32ed74.tar.bz2 aports-1f309aed084d01ca9fb690fe017440971e32ed74.tar.xz |
testing/xulrunner: try disable system sqlite
Diffstat (limited to 'testing')
-rw-r--r-- | testing/xulrunner/APKBUILD | 4 | ||||
-rw-r--r-- | testing/xulrunner/mozconfig | 1 |
2 files changed, 2 insertions, 3 deletions
diff --git a/testing/xulrunner/APKBUILD b/testing/xulrunner/APKBUILD index 0a7282f58f..5304c8d084 100644 --- a/testing/xulrunner/APKBUILD +++ b/testing/xulrunner/APKBUILD @@ -3,7 +3,7 @@ pkgname=xulrunner pkgver=10.0 _ffoxver=10.0 -pkgrel=2 +pkgrel=3 pkgdesc="runtime environment for xul-based applications" url="http://developer.mozilla.org/en/XULRunner" arch="all" @@ -108,7 +108,7 @@ dev() { } md5sums="13c61203ccfa583e5a54b4dc22f41233 firefox-10.0.source.tar.bz2 -b0f7d491bc800b69ec718667a4b08acb mozconfig +45a82169a616b673e67bf52e980d298b mozconfig 1867db217d10722675c88b655db8c2d7 0002-Use-C99-math-isfinite.patch 7faa279d64c9ec2e7abc7c0497c7e07e 0003-xulrunner-jemalloc-aslr.patch 7cf18be3ada3eed5856fbab24219126d 0004-xulrunner-malloc_usable_size.patch diff --git a/testing/xulrunner/mozconfig b/testing/xulrunner/mozconfig index 2cbb45b7ae..9401c84a14 100644 --- a/testing/xulrunner/mozconfig +++ b/testing/xulrunner/mozconfig @@ -9,7 +9,6 @@ ac_add_options --with-system-zlib ac_add_options --with-system-bz2 ac_add_options --with-system-libevent ac_add_options --enable-system-hunspell -ac_add_options --enable-system-sqlite ac_add_options --enable-system-cairo ac_add_options --with-pthreads ac_add_options --enable-strip |