package/libunwind: don't override dependencies

Don't override LIBUNWIND_DEPENDENCIES in a conditional

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit 794821faa3)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Fabrice Fontaine
2021-10-18 23:45:58 +02:00
committed by Peter Korsgaard
parent 8278d6d421
commit 4bd955d5b7

View File

@@ -16,7 +16,7 @@ LIBUNWIND_CONF_OPTS = \
$(if $(BR2_INSTALL_LIBSTDCPP),--enable-cxx-exceptions,--disable-cxx-exceptions)
ifeq ($(BR2_PACKAGE_LIBATOMIC_OPS),y)
LIBUNWIND_DEPENDENCIES = libatomic_ops
LIBUNWIND_DEPENDENCIES += libatomic_ops
endif
$(eval $(autotools-package))