mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-03 08:27:43 +00:00
postgresql: disable spinlock support for microblaze (el/be)
Fixes: http://autobuild.buildroot.org/results/686/6860988c9edb62d0d32cc6b0bd6af4f35ca0e343/ Signed-off-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
a13ea3b30b
commit
6811423894
@ -14,6 +14,10 @@ ifneq ($(BR2_TOOLCHAIN_HAS_THREADS),y)
|
|||||||
POSTGRESQL_CONF_OPT += --disable-thread-safety
|
POSTGRESQL_CONF_OPT += --disable-thread-safety
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_microblazeel)$(BR2_microblazebe),y)
|
||||||
|
POSTGRESQL_CONF_OPT += --disable-spinlocks
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_READLINE),y)
|
ifeq ($(BR2_PACKAGE_READLINE),y)
|
||||||
POSTGRESQL_DEPENDENCIES += readline
|
POSTGRESQL_DEPENDENCIES += readline
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user