summaryrefslogtreecommitdiff
path: root/lang/python-devel/files/Setup.OpenSSL
diff options
context:
space:
mode:
Diffstat (limited to 'lang/python-devel/files/Setup.OpenSSL')
-rw-r--r--lang/python-devel/files/Setup.OpenSSL4
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/python-devel/files/Setup.OpenSSL b/lang/python-devel/files/Setup.OpenSSL
index 8e5c71a0efd7..c675971496ca 100644
--- a/lang/python-devel/files/Setup.OpenSSL
+++ b/lang/python-devel/files/Setup.OpenSSL
@@ -2,7 +2,5 @@
# Socket module compiled with SSL support; you must edit the SSL variable:
SSL=/usr
-socket socketmodule.c \
- -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \
- -L$(SSL)/lib -lssl -lcrypto
+_socket socketmodule.c -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl -L$(SSL)/lib -lssl -lcrypto