Skip to content

Instantly share code, notes, and snippets.

@yawara
Created January 12, 2015 20:44
Show Gist options
  • Select an option

  • Save yawara/42056e6b912b597d304e to your computer and use it in GitHub Desktop.

Select an option

Save yawara/42056e6b912b597d304e to your computer and use it in GitHub Desktop.
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