[Python-modules-commits] [pycurl] 03/09: Adjust setup.py file for Debian architecture
Barry Warsaw
barry at moszumanska.debian.org
Mon Apr 27 20:26:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository pycurl.
commit 7a42ba2efaaf5953e91d9dac5c0c6dde7fffdfda
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 9cb0667..90f5b04 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ def scan_argv(s, default=None):
class ExtensionConfiguration(object):
def __init__(self):
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