diff options
author | J0WI <J0WI@users.noreply.github.com> | 2018-10-26 13:41:05 +0200 |
---|---|---|
committer | Andy Postnikov <apostnikov@gmail.com> | 2018-10-26 15:11:26 +0300 |
commit | 709480b8991cd0205d461f9d6e083cac44000537 (patch) | |
tree | 32187752cba1df4436d9a9b209184992f9f3e173 /community/py-greenlet/gcc-4.8-bugfix.patch | |
parent | f44ddea6a89cebe8633101ac89bca43982f9833d (diff) | |
download | aports-709480b8991cd0205d461f9d6e083cac44000537.tar.bz2 aports-709480b8991cd0205d461f9d6e083cac44000537.tar.xz |
community/py-greenlet: upgrade to 0.4.15
Diffstat (limited to 'community/py-greenlet/gcc-4.8-bugfix.patch')
-rw-r--r-- | community/py-greenlet/gcc-4.8-bugfix.patch | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/community/py-greenlet/gcc-4.8-bugfix.patch b/community/py-greenlet/gcc-4.8-bugfix.patch deleted file mode 100644 index 1526f3eb18..0000000000 --- a/community/py-greenlet/gcc-4.8-bugfix.patch +++ /dev/null @@ -1,16 +0,0 @@ ---- greenlet-0.4.0.orig/setup.py -+++ greenlet-0.4.0/setup.py -@@ -2,12 +2,7 @@ - - import sys, os, glob, platform - --# workaround segfaults on openbsd and RHEL 3 / CentOS 3 . see --# https://bitbucket.org/ambroff/greenlet/issue/11/segfault-on-openbsd-i386 --# https://github.com/python-greenlet/greenlet/issues/4 --if ((sys.platform == "openbsd4" and os.uname()[-1] == "i386") -- or ("-with-redhat-3." in platform.platform() and platform.machine() == 'i686')): -- os.environ["CFLAGS"] = ("%s %s" % (os.environ.get("CFLAGS", ""), "-Os")).lstrip() -+os.environ['CFLAGS'] = '-O0' - - try: - if not (sys.modules.get("setuptools") |