From 9b45088e93f723db7ebaa57f5901cd6efbc3792b Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Wed, 12 Dec 2012 17:07:21 +0000 Subject: postgresql: disable spinlocks for AArch64 Signed-off-by: Marcin Juszkiewicz Signed-off-by: Martin Jansa --- meta-oe/recipes-support/postgresql/postgresql.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-support/postgresql') 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 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/ -- cgit v1.2.3-54-g00ecf