mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-25 19:40:35 -09:00
package/crun: link with libatomic if needed
Fixes: https://autobuild.buildroot.net/results/f4f/f4fb970f8d4f2f7966fcbd542768a607ea7ababf/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
e945af24ed
commit
c560bb3181
@@ -15,6 +15,10 @@ CRUN_CPE_ID_VALID = YES
|
||||
CRUN_AUTORECONF = YES
|
||||
CRUN_CONF_OPTS = --disable-embedded-yajl
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||
CRUN_CONF_ENV += LIBS=-latomic
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
|
||||
CRUN_DEPENDENCIES += argp-standalone
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user