diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-12 12:55:59 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-11-12 12:55:59 +0000 |
| commit | 5bd8e7cf3e768fda8501339421d9419842c98f51 (patch) | |
| tree | f8503eea9324e008a5f6bdf05532bddd75d42892 /dev-python/python-efl/files/python-efl-1.24-clang.patch | |
| parent | a8775a5281ba8f762414883824a39f0b3ab5d2ca (diff) | |
| download | baldeagleos-repo-5bd8e7cf3e768fda8501339421d9419842c98f51.tar.gz baldeagleos-repo-5bd8e7cf3e768fda8501339421d9419842c98f51.tar.xz baldeagleos-repo-5bd8e7cf3e768fda8501339421d9419842c98f51.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/python-efl/files/python-efl-1.24-clang.patch')
| -rw-r--r-- | dev-python/python-efl/files/python-efl-1.24-clang.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-python/python-efl/files/python-efl-1.24-clang.patch b/dev-python/python-efl/files/python-efl-1.24-clang.patch deleted file mode 100644 index a6f18d866300..000000000000 --- a/dev-python/python-efl/files/python-efl-1.24-clang.patch +++ /dev/null @@ -1,31 +0,0 @@ -diff -Naur a/setup.py b/setup.py ---- a/setup.py 2020-04-23 08:20:55.742402600 +0300 -+++ b/setup.py 2020-09-22 08:29:43.065243208 +0300 -@@ -211,13 +211,21 @@ - py_modules = [] - packages = ["efl"] - common_cflags = [ -- "-fno-var-tracking-assignments", # seems to lower the mem used during build -- "-Wno-misleading-indentation", # not needed (we don't indent the C code) -- "-Wno-deprecated-declarations", # we bind deprecated functions -- "-Wno-unused-variable", # eo_instance_from_object() is unused -- "-Wno-format-security", # some cc don't like the way cython use EINA_LOG macros -- # "-Werror", "-Wfatal-errors" # use this to stop build on first warnings -+ "-fno-var-tracking-assignments", # seems to lower the mem used during build -+ "-Wno-misleading-indentation", # not needed (we don't indent the C code) -+ "-Wno-deprecated-declarations", # we bind deprecated functions -+ "-Wno-unused-variable", # eo_instance_from_object() is unused -+ "-Wno-format-security", # some cc don't like the way cython use EINA_LOG macros -+ # "-Werror", "-Wfatal-errors" # use this to stop build on first warnings - ] -+# remove clang unknown flags -+if os.getenv("CC") == "clang": -+ common_cflags.remove('-fno-var-tracking-assignments') -+if os.getenv("CC") == "x86_64-pc-linux-gnu-clang": -+ common_cflags.remove('-fno-var-tracking-assignments') -+if os.getenv("CC") == "i686-pc-linux-gnu-clang": -+ common_cflags.remove('-fno-var-tracking-assignments') -+ - - if set(("build", "build_ext", "install", "bdist", "sdist")) & set(sys.argv): - sys.stdout.write("Python-EFL: %s\n" % RELEASE) |
