2 changed files with 17 additions and 3 deletions
@ -0,0 +1,12 @@
|
||||
Index: configure
|
||||
--- configure.orig 2010-01-26 19:13:48 +0100
|
||||
+++ configure 2010-01-29 20:17:31 +0100
|
||||
@@ -7498,7 +7498,7 @@
|
||||
TOR_OPENSSL_LIBS="$TOR_LIBDIR_openssl/libcrypto.a $TOR_LIBDIR_openssl/libssl.a"
|
||||
fi
|
||||
else
|
||||
- TOR_OPENSSL_LIBS="-lcrypto -lssl"
|
||||
+ TOR_OPENSSL_LIBS="-lssl -lcrypto"
|
||||
fi
|
||||
echo "TOR_OPENSSL_LIBS=$TOR_OPENSSL_LIBS"
|
||||
|
Loading…
Reference in new issue