diff options
| author | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-01 06:28:40 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [feature/flatten] <gitlab@liguros.net> | 2020-08-01 06:28:40 +0000 |
| commit | 5307a3b2b844d38c9d48eed1d2c4b3488012c28a (patch) | |
| tree | b9ac5bacc7dff578dc7863a9766b3fafef41d438 /dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch | |
| parent | 1ae0099f03ad5480f2ebef9b1eab825b585fcf6b (diff) | |
| download | baldeagleos-repo-5307a3b2b844d38c9d48eed1d2c4b3488012c28a.tar.gz baldeagleos-repo-5307a3b2b844d38c9d48eed1d2c4b3488012c28a.tar.xz baldeagleos-repo-5307a3b2b844d38c9d48eed1d2c4b3488012c28a.zip | |
Updating liguros repo
Diffstat (limited to 'dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch')
| -rw-r--r-- | dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch b/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch new file mode 100644 index 000000000000..24b9da21d165 --- /dev/null +++ b/dev-python/pygresql/files/pygresql-5.2-CFLAGS.patch @@ -0,0 +1,11 @@ +--- a/setup.py ++++ b/setup.py +@@ -95,7 +95,7 @@ + library_dirs = [get_python_lib(), pg_config('libdir')] + define_macros = [('PYGRESQL_VERSION', version)] + undef_macros = [] +-extra_compile_args = ['-O2', '-funsigned-char', '-Wall', '-Wconversion'] ++extra_compile_args = ['-funsigned-char', '-Wall'] + + + class build_pg_ext(build_ext): |
