Skip to content

Commit

Permalink
Patch for OpenSSL insanity
Browse files Browse the repository at this point in the history
  • Loading branch information
alandekok committed Apr 7, 2014
1 parent c10d43d commit a3445ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions configure
Expand Up @@ -7191,9 +7191,9 @@ rm -f conftest*
if test "x$OPENSSL_INCLUDE_DIR" != "x"; then
OPENSSL_INCLUDE="-isystem $OPENSSL_INCLUDE_DIR -DOPENSSL_NO_KRB5"
OPENSSL_INCLUDE="-isystem $OPENSSL_INCLUDE_DIR -DOPENSSL_NO_KRB5 -DOPENSSL_NO_HEARTBEATS"
else
OPENSSL_INCLUDE="-DOPENSSL_NO_KRB5"
OPENSSL_INCLUDE="-DOPENSSL_NO_KRB5 -DOPENSSL_NO_HEARTBEATS"
fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking OpenSSL library and header version consistency" >&5
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Expand Up @@ -926,9 +926,9 @@ if test "x$WITH_OPENSSL" = xyes; then
)

if test "x$OPENSSL_INCLUDE_DIR" != "x"; then
OPENSSL_INCLUDE="-isystem $OPENSSL_INCLUDE_DIR -DOPENSSL_NO_KRB5"
OPENSSL_INCLUDE="-isystem $OPENSSL_INCLUDE_DIR -DOPENSSL_NO_KRB5 -DOPENSSL_NO_HEARTBEATS"
else
OPENSSL_INCLUDE="-DOPENSSL_NO_KRB5"
OPENSSL_INCLUDE="-DOPENSSL_NO_KRB5 -DOPENSSL_NO_HEARTBEATS"
fi

dnl #
Expand Down

0 comments on commit a3445ff

Please sign in to comment.