diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2022-11-02 07:53:30 +0000 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2022-11-02 07:54:29 +0000 |
| commit | 627b4dc438fdf3a6248cf5c833c153b942a8c469 (patch) | |
| tree | e06848368f1802e3343dcc307ba82872accb1fd6 /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 5a70f6da9229e4ddee90d7629769b47e34c6417b (diff) | |
aws-sdk-cpp: disable blanket -Werror
`-Werror` flag usually causes build failures due to minor changes in
compiler versions. They might be useful for developers themselves but
are rarely useful for distributions.
For example right now `aws-sdk-cpp` fails to compile on `gcc-13` due to
a `gcc` infelicity: https://gcc.gnu.org/PR107488
While this concrete instance is a compiler bug generally `-Werror` makes
users' lives harder. Specific `-Werror=<foo>` are better way to prevent
certain classes of bugs.
The change removes blanket `-Werror` with a `substituteInPlace` call.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
