mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
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/
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user