diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-15 17:58:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-10-15 17:58:20 +0200 |
commit | cf64ca8e62ed3a8efc23cf2d49cd54954fe8d81c (patch) | |
tree | e88dd2e29cddd675b13569e83fafeb319ed54ffa /package/pycurl/patches | |
parent | d74e014d023453860d140a7455022424c80d4f0c (diff) |
add package virtinst and dependencies
Diffstat (limited to 'package/pycurl/patches')
-rw-r--r-- | package/pycurl/patches/patch-setup_py | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/pycurl/patches/patch-setup_py b/package/pycurl/patches/patch-setup_py new file mode 100644 index 000000000..26280ec36 --- /dev/null +++ b/package/pycurl/patches/patch-setup_py @@ -0,0 +1,12 @@ +--- pycurl-7.19.0.orig/setup.py 2008-09-09 19:40:34.000000000 +0200 ++++ pycurl-7.19.0/setup.py 2011-10-14 17:59:41.000000000 +0200 +@@ -115,9 +115,6 @@ else: + define_macros.append(('HAVE_CURL_SSL', 1)) + if not libraries: + libraries.append("curl") +- # Add extra compile flag for MacOS X +- if sys.platform[:-1] == "darwin": +- extra_link_args.append("-flat_namespace") + + + ############################################################################### |