Bump Buildroot Version to buildroot 2019_02_6
This commit is contained in:
@@ -46,7 +46,7 @@ endif
|
||||
|
||||
# Prerequisite for crywrap
|
||||
ifeq ($(BR2_PACKAGE_ARGP_STANDALONE),y)
|
||||
GNUTLS_CONF_ENV += LIBS="-largp"
|
||||
GNUTLS_LIBS += -largp
|
||||
GNUTLS_DEPENDENCIES += argp-standalone
|
||||
endif
|
||||
|
||||
@@ -86,4 +86,10 @@ else ifeq ($(BR2_PACKAGE_CA_CERTIFICATES),y)
|
||||
GNUTLS_CONF_OPTS += --with-default-trust-store-file=/etc/ssl/certs/ca-certificates.crt
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_TOOLCHAIN_HAS_LIBATOMIC),y)
|
||||
GNUTLS_LIBS += -latomic
|
||||
endif
|
||||
|
||||
GNUTLS_CONF_ENV += LIBS="$(GNUTLS_LIBS)"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
Reference in New Issue
Block a user