diff options
-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 eeda729c2c..4e7aec2e34 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/ |