mirror of
https://github.com/strophe/libstrophe.git
synced 2026-07-17 19:36:22 +00:00
disable ASM in libressl
Valgrind spits a false-positive when the AESNI extension is used from ASM. https://github.com/libressl-portable/portable/issues/760#issuecomment-1175461956 Signed-off-by: Steffen Jaeckel <jaeckel-floss@eyet-services.de>
This commit is contained in:
@@ -7,7 +7,7 @@ set -e
|
||||
if [ "x$LIBRESSL" = "xtrue" ]; then
|
||||
REPO_URL="https://github.com/libressl-portable/portable.git"
|
||||
AUTOGEN_CMD="./autogen.sh"
|
||||
CONFIG_CMD="./configure --prefix=$HOME/xssl"
|
||||
CONFIG_CMD="./configure --prefix=$HOME/xssl --disable-asm"
|
||||
MAKE_TARGET="install"
|
||||
else
|
||||
REPO_URL="https://github.com/openssl/openssl.git"
|
||||
|
||||
Reference in New Issue
Block a user