mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
postgresql: Fix append overriding value
`EXTRA_OECONF:sh4 += "--disable-spinlocks"` was supposed to simply disable unsupported spinlocks, but was also overriding other configuration defined in EXTRA_OECONF above. Signed-off-by: Michal Sieron <michalwsieron@gmail.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
@@ -78,7 +78,7 @@ EXTRA_OECONF += "--disable-rpath \
|
|||||||
--datadir=${datadir}/${BPN} \
|
--datadir=${datadir}/${BPN} \
|
||||||
--sysconfdir=${sysconfdir}/${BPN} \
|
--sysconfdir=${sysconfdir}/${BPN} \
|
||||||
"
|
"
|
||||||
EXTRA_OECONF:sh4 += "--disable-spinlocks"
|
EXTRA_OECONF:append:sh4 = " --disable-spinlocks"
|
||||||
|
|
||||||
DEBUG_OPTIMIZATION:remove:mips = " -Og"
|
DEBUG_OPTIMIZATION:remove:mips = " -Og"
|
||||||
DEBUG_OPTIMIZATION:append:mips = " -O"
|
DEBUG_OPTIMIZATION:append:mips = " -O"
|
||||||
|
|||||||
Reference in New Issue
Block a user