| Submitter | Marcin Juszkiewicz |
|---|---|
| Date | Dec. 12, 2012, 5:07 p.m. |
| Message ID | <1355332041-16559-1-git-send-email-marcin.juszkiewicz@linaro.org> |
| Download | mbox | patch |
| Permalink | /patch/40819/ |
| State | Accepted, archived |
| Commit | 9b45088e93f723db7ebaa57f5901cd6efbc3792b |
| Headers | show |
Comments
Patch
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/
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> --- meta-oe/recipes-support/postgresql/postgresql.inc | 1 + 1 file changed, 1 insertion(+)