diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-12-12 17:07:21 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2012-12-16 21:11:44 +0100 |
commit | 9b45088e93f723db7ebaa57f5901cd6efbc3792b (patch) | |
tree | 633526e63cc5e4f096c1571b61574d30b33133bf /meta-oe/recipes-support/postgresql | |
parent | 4e6bd189c52bc5376a853919b584661661118581 (diff) | |
download | meta-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.inc | 1 |
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 | ||
20 | EXTRA_OECONF = "--disable-rpath" | 20 | EXTRA_OECONF = "--disable-rpath" |
21 | EXTRA_OECONF_sh4 = "--disable-spinlocks --disable-rpath" | 21 | EXTRA_OECONF_sh4 = "--disable-spinlocks --disable-rpath" |
22 | EXTRA_OECONF_aarch64 += "--disable-spinlocks" | ||
22 | 23 | ||
23 | do_compile_append() { | 24 | do_compile_append() { |
24 | cp /usr/sbin/zic ${S}/src/timezone/ | 25 | cp /usr/sbin/zic ${S}/src/timezone/ |