mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
libunwind: depend on libatomic_ops when available
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
23f7d8ece7
commit
34aa3f2354
@ -11,4 +11,8 @@ LIBUNWIND_LICENSE_FILES = COPYING
|
|||||||
LIBUNWIND_LICENSE = MIT
|
LIBUNWIND_LICENSE = MIT
|
||||||
LIBUNWIND_AUTORECONF = YES
|
LIBUNWIND_AUTORECONF = YES
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
|
||||||
|
LIBUNWIND_DEPENDENCIES = libatomic_ops
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user