[oe-commits] Marcin Juszkiewicz : postgresql: disable spinlocks for AArch64

git at git.openembedded.org git at git.openembedded.org
Mon Dec 17 16:07:18 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 9b45088e93f723db7ebaa57f5901cd6efbc3792b
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9b45088e93f723db7ebaa57f5901cd6efbc3792b

Author: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Date:   Wed Dec 12 17:07:21 2012 +0000

postgresql: disable spinlocks for AArch64

Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz at linaro.org>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 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 eeda729..4e7aec2 100644
--- a/meta-oe/recipes-support/postgresql/postgresql.inc
+++ b/meta-oe/recipes-support/postgresql/postgresql.inc
@@ -19,6 +19,7 @@ inherit autotools pkgconfig
 
 EXTRA_OECONF = "--disable-rpath"
 EXTRA_OECONF_sh4 = "--disable-spinlocks --disable-rpath"
+EXTRA_OECONF_aarch64 += "--disable-spinlocks"
 
 do_compile_append() {
          cp /usr/sbin/zic ${S}/src/timezone/





More information about the Openembedded-commits mailing list