summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/postgresql
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2012-12-12 17:07:21 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-16 21:11:44 +0100
commit9b45088e93f723db7ebaa57f5901cd6efbc3792b (patch)
tree633526e63cc5e4f096c1571b61574d30b33133bf /meta-oe/recipes-support/postgresql
parent4e6bd189c52bc5376a853919b584661661118581 (diff)
downloadmeta-openembedded-9b45088e93f723db7ebaa57f5901cd6efbc3792b.tar.gz
postgresql: disable spinlocks for AArch64
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/postgresql')
-rw-r--r--meta-oe/recipes-support/postgresql/postgresql.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/postgresql/postgresql.inc b/meta-oe/recipes-support/postgresql/postgresql.inc
index eeda729c2..4e7aec2e3 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -19,6 +19,7 @@ inherit autotools pkgconfig
19 19
20EXTRA_OECONF = "--disable-rpath" 20EXTRA_OECONF = "--disable-rpath"
21EXTRA_OECONF_sh4 = "--disable-spinlocks --disable-rpath" 21EXTRA_OECONF_sh4 = "--disable-spinlocks --disable-rpath"
22EXTRA_OECONF_aarch64 += "--disable-spinlocks"
22 23
23do_compile_append() { 24do_compile_append() {
24 cp /usr/sbin/zic ${S}/src/timezone/ 25 cp /usr/sbin/zic ${S}/src/timezone/