From 404036db99e183b2eeea6d178a2a1c43b0e0af6f Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 21 Sep 2014 14:42:25 +0200 Subject: Packages: libressl: update to v2.0.5 Signed-off-by: Abdoulaye Walsimou Gaye --- packages/security/libressl/libressl.kconfig | 6 +++--- packages/security/libressl/libressl.mk | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'packages') diff --git a/packages/security/libressl/libressl.kconfig b/packages/security/libressl/libressl.kconfig index 41a5ff2..aefc514 100644 --- a/packages/security/libressl/libressl.kconfig +++ b/packages/security/libressl/libressl.kconfig @@ -35,14 +35,14 @@ choice help Here you can choose which version of libressl you want to use. - config EMBTK_LIBRESSL_VERSION_2_0_1 - bool "LibreSSL-2.0.1" + config EMBTK_LIBRESSL_VERSION_2_0_5 + bool "LibreSSL-2.0.5" select EMBTK_LIBRESSL_NEED_PATCH endchoice config EMBTK_LIBRESSL_VERSION_STRING string - default "2.0.1" if EMBTK_LIBRESSL_VERSION_2_0_1 + default "2.0.5" if EMBTK_LIBRESSL_VERSION_2_0_5 config EMBTK_LIBRESSL_NEED_PATCH bool diff --git a/packages/security/libressl/libressl.mk b/packages/security/libressl/libressl.mk index 25e462b..f3b7477 100644 --- a/packages/security/libressl/libressl.mk +++ b/packages/security/libressl/libressl.mk @@ -34,5 +34,8 @@ LIBRESSL_BINS := openssl LIBRESSL_INCLUDES := openssl LIBRESSL_LIBS := libcrypto.* libssl.* LIBRESSL_CFLAGS := -D_DEFAULT_SOURCE +ifeq ($(CONFIG_EMBTK_CLIB_UCLIBC),y) +LIBRESSL_LDFLAGS := -pthread +endif LIBRESSL_CONFIGURE_OPTS := --program-transform-name='s;$(STRICT_GNU_TARGET)-;;' -- cgit v1.2.3