[openssl-commits] [openssl] master update
Dr. Stephen Henson
steve at openssl.org
Sat Nov 21 12:58:22 UTC 2015
The branch master has been updated
via 043b93d7323a70d4157709fbf4a804d1a0f7c824 (commit)
from 5c649375dd756dcd0b0c81a14a04cd8e87f198c1 (commit)
- Log -----------------------------------------------------------------
commit 043b93d7323a70d4157709fbf4a804d1a0f7c824
Author: Dr. Stephen Henson <steve at openssl.org>
Date: Sat Nov 21 12:44:39 2015 +0000
add -pthread to debug-steve*
Reviewed-by: Richard Levitte <levitte at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configurations/99-personal-steve.conf | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Configurations/99-personal-steve.conf b/Configurations/99-personal-steve.conf
index 171b1cb..b75e6a3 100644
--- a/Configurations/99-personal-steve.conf
+++ b/Configurations/99-personal-steve.conf
@@ -8,7 +8,7 @@
"debug-steve64" => {
inherit_from => [ "x86_64_asm" ],
cc => "gcc",
- cflags => "$gcc_devteam_warn -m64 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -g",
+ cflags => "$gcc_devteam_warn -pthread -m64 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -g",
thread_cflag => "-D_REENTRANT",
lflags => "-ldl",
bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
@@ -22,7 +22,7 @@
"debug-steve32" => {
inherit_from => [ "x86_elf_asm" ],
cc => "gcc",
- cflags => "$gcc_devteam_warn -m32 -DL_ENDIAN -DCONF_DEBUG -g",
+ cflags => "$gcc_devteam_warn -pthread -m32 -DL_ENDIAN -DCONF_DEBUG -g",
thread_cflag => "-D_REENTRANT",
lflags => "-rdynamic -ldl",
bn_ops => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
@@ -35,7 +35,7 @@
"debug-steve-opt" => {
inherit_from => [ "x86_64_asm" ],
cc => "gcc",
- cflags => "$gcc_devteam_warn -m64 -O3 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -g",
+ cflags => "$gcc_devteam_warn -pthread -m64 -O3 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -g",
thread_cflag => "-D_REENTRANT",
lflags => "-ldl",
bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
More information about the openssl-commits
mailing list