summaryrefslogtreecommitdiff
path: root/security/py-SSLCrypto/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'security/py-SSLCrypto/patches/patch-aa')
-rw-r--r--security/py-SSLCrypto/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/security/py-SSLCrypto/patches/patch-aa b/security/py-SSLCrypto/patches/patch-aa
new file mode 100644
index 00000000000..9c9c2cf6c01
--- /dev/null
+++ b/security/py-SSLCrypto/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2009/02/11 23:25:59 joerg Exp $
+
+--- setup.py.orig 2009-02-12 00:04:33.000000000 +0100
++++ setup.py
+@@ -9,7 +9,7 @@ if sys.platform == 'win32':
+ extra_link_args = []
+ else:
+ sslLibs = []
+- extra_link_args = ['/usr/lib/libcrypto.a']
++ extra_link_args = ['-lcrypto']
+
+ setup(
+ name = "SSLCrypto",