mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
postgresql: disable spinlocks for AArch64
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4e6bd189c5
commit
9b45088e93
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user