summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-21 14:42:25 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-21 14:42:25 +0200
commit404036db99e183b2eeea6d178a2a1c43b0e0af6f (patch)
treebffb2d10ce4e624370cec01ac8f65fdaae1c32e2 /packages
parent0f0875e7f0ebb812f6fed4f8b691a76093fd2d6e (diff)
downloadembtoolkit-404036db99e183b2eeea6d178a2a1c43b0e0af6f.tar.gz
embtoolkit-404036db99e183b2eeea6d178a2a1c43b0e0af6f.tar.bz2
embtoolkit-404036db99e183b2eeea6d178a2a1c43b0e0af6f.tar.xz
Packages: libressl: update to v2.0.5
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages')
-rw-r--r--packages/security/libressl/libressl.kconfig6
-rw-r--r--packages/security/libressl/libressl.mk3
2 files changed, 6 insertions, 3 deletions
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)-;;'