Created
January 12, 2015 20:44
-
-
Save yawara/42056e6b912b597d304e 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/Modules/Setup.dist b/Modules/Setup.dist | |
| index 2ad1aa3..efcec83 100644 | |
| --- a/Modules/Setup.dist | |
| +++ b/Modules/Setup.dist | |
| @@ -215,10 +215,10 @@ GLHACK=-Dclear=__GLclear | |
| # Socket module helper for SSL support; you must comment out the other | |
| # socket line above, and possibly edit the SSL variable: | |
| -#SSL=/usr/local/ssl | |
| -#_ssl _ssl.c \ | |
| -# -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ | |
| -# -L$(SSL)/lib -lssl -lcrypto | |
| +SSL=/home/yawara/.linuxbrew/Cellar/openssl/1.0.1k | |
| +_ssl _ssl.c \ | |
| + -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ | |
| + -L$(SSL)/lib -lssl -lcrypto | |
| # The crypt module is now disabled by default because it breaks builds | |
| # on many systems (where -lcrypt is needed), e.g. Linux (I believe). |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment