From patchwork Wed Dec 12 17:07:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: postgresql: disable spinlocks for AArch64 Date: Wed, 12 Dec 2012 17:07:21 -0000 From: Marcin Juszkiewicz X-Patchwork-Id: 40819 Message-Id: <1355332041-16559-1-git-send-email-marcin.juszkiewicz@linaro.org> To: openembedded-devel@lists.openembedded.org Signed-off-by: Marcin Juszkiewicz --- meta-oe/recipes-support/postgresql/postgresql.inc | 1 + 1 file changed, 1 insertion(+) 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/