mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-21 05:57:51 +08:00
440075a9fc
* update to 14.1 * adjust patches * add lz4 feature on !windows * version stuff * [skip actions] patch configure.ac and run autoreconf * fix some stuff * [skip actions] more details * [libpq] Add license filed to vcpkg json * [libpq] Adjust tcl version to 90g 90s and 90sg * [libpq] fail early from unsupported features * [libpq] lake xslt dependent from xml * [libpq] Update version database * [libpq] quote static * [libpq] Update Version Database Co-authored-by: Alexander Neumann <Alexander.Neumann@hamburg.de>
23 lines
641 B
Diff
23 lines
641 B
Diff
diff --git a/configure b/configure
|
|
index 54c852aca..96e2c89ba 100644
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -12452,7 +12452,7 @@ if ${ac_cv_lib_crypto_CRYPTO_new_ex_data+:} false; then :
|
|
$as_echo_n "(cached) " >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lcrypto $LIBS"
|
|
+LIBS="-lcrypto -pthread $LIBS"
|
|
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
/* end confdefs.h. */
|
|
|
|
@@ -12487,7 +12487,7 @@ if test "x$ac_cv_lib_crypto_CRYPTO_new_ex_data" = xyes; then :
|
|
#define HAVE_LIBCRYPTO 1
|
|
_ACEOF
|
|
|
|
- LIBS="-lcrypto $LIBS"
|
|
+ LIBS="-lcrypto -pthread $LIBS"
|
|
|
|
else
|
|
as_fn_error $? "library 'crypto' is required for OpenSSL" "$LINENO" 5
|