Skip to content

Commit

Permalink
Exclude mesalink/openssl/ssl.h when find openssl
Browse files Browse the repository at this point in the history
Resolve apache#1622
  • Loading branch information
wxf committed Dec 2, 2021
1 parent 4c09a47 commit a7525c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config_brpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ else
OPENSSL_LIB=$(find_dir_of_lib ssl)
# Inconvenient to check these headers in baidu-internal
#PTHREAD_HDR=$(find_dir_of_header_or_die pthread.h)
OPENSSL_HDR=$(find_dir_of_header_or_die openssl/ssl.h)
OPENSSL_HDR=$(find_dir_of_header_or_die openssl/ssl.h mesalink/openssl/ssl.h)
fi

if [ $WITH_MESALINK != 0 ]; then
Expand Down

0 comments on commit a7525c2

Please sign in to comment.