mirror of
https://git.freebsd.org/ports.git
synced 2025-07-09 21:39:17 -04:00
Changes: https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES https://gitlab.com/m2crypto/m2crypto/commits/master
11 lines
409 B
Python
11 lines
409 B
Python
--- 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')
|
|
|