Created
July 4, 2014 10:45
-
-
Save felixhummel/384ad87acdd550194e62 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/auto/lib/openssl/conf b/auto/lib/openssl/conf | |
index a65815f..6a772ed 100644 | |
--- a/auto/lib/openssl/conf | |
+++ b/auto/lib/openssl/conf | |
@@ -28,10 +28,10 @@ if [ $OPENSSL != NONE ]; then | |
have=NGX_OPENSSL . auto/have | |
have=NGX_SSL . auto/have | |
- CORE_INCS="$CORE_INCS $OPENSSL/.openssl/include" | |
- CORE_DEPS="$CORE_DEPS $OPENSSL/.openssl/include/openssl/ssl.h" | |
- CORE_LIBS="$CORE_LIBS $OPENSSL/.openssl/lib/libssl.a" | |
- CORE_LIBS="$CORE_LIBS $OPENSSL/.openssl/lib/libcrypto.a" | |
+ CORE_INCS="$CORE_INCS $OPENSSL/include" | |
+ CORE_DEPS="$CORE_DEPS $OPENSSL/include/openssl/ssl.h" | |
+ CORE_LIBS="$CORE_LIBS $OPENSSL/libssl.a" | |
+ CORE_LIBS="$CORE_LIBS $OPENSSL/libcrypto.a" | |
CORE_LIBS="$CORE_LIBS $NGX_LIBDL" | |
if [ "$NGX_PLATFORM" = win32 ]; then |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage: