summaryrefslogtreecommitdiff
path: root/security/py-m2crypto/files/patch-setup.py
blob: 0890a64585c8702f3b6c1bd3a5c0c9141c625911 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- setup.py.orig	2020-12-08 18:29:38 UTC
+++ setup.py
@@ -204,7 +204,7 @@ class _M2CryptoBuildExt(build_ext.build_ext):
             self.swig_opts.append(
                 '-I' + os.path.join(openssl_include_dir, 'openssl'))
 
-        self.swig_opts.append('-includeall')
+        #self.swig_opts.append('-includeall')
         self.swig_opts.append('-modern')
         self.swig_opts.append('-builtin')