[Python-modules-commits] [pycurl] 02/06: Adjust setup.py file for Debian architecture
Barry Warsaw
barry at moszumanska.debian.org
Thu Mar 10 15:09:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository pycurl.
commit fbccae0358619dda2ae5c493a107db58af9c344b
Author: Sandro Tosi <morph at debian.org>
Date: Tue Sep 30 17:38:05 2014 -0400
Adjust setup.py file for Debian architecture
Patch-Name: 10_setup.py.patch
---
setup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/setup.py b/setup.py
index a743ef9..0216ac5 100644
--- a/setup.py
+++ b/setup.py
@@ -60,7 +60,7 @@ class ExtensionConfiguration(object):
self.argv = argv
self.original_argv = argv[:]
self.include_dirs = []
- self.define_macros = [("PYCURL_VERSION", '"%s"' % VERSION)]
+ self.define_macros = [("PYCURL_VERSION", '"%s"' % VERSION), ('HAVE_CURL_GNUTLS', 1) ]
self.library_dirs = []
self.libraries = []
self.runtime_library_dirs = []
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pycurl.git
More information about the Python-modules-commits
mailing list