diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2025-06-24 05:45:56 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2025-06-24 09:04:13 +0100 |
| commit | 340cc31a828fdfd75dec8bbce671ff18f41786da (patch) | |
| tree | 25d3dc17123739d898f0b51f2ea38d79c850ee4f /pkgs/development/python-modules/python-sql | |
| parent | f89736927e4476014927cb9d5d9860343c68ba53 (diff) | |
elfutils: build out of tree on libc++
`elfutils` has a `stack` binary built in `src`.
When built in source tree this breaks when `#include <stack>` is
transitively included in
`libc++` via `<iostream>`.
The trigger set of options is `-I $(srcdir)` which turns to `-I .` with
`./stack` present.
The fix turns the above to `-I ../src` without `./stack` present.
The change is conditional on `LLVM` to avoid `stdenv` rebuild. We will
turn it into unconditional in `staging` once this gets merged.
While at it dropped `CFLAGS` / `CXXFLAGS` overrides.
Diffstat (limited to 'pkgs/development/python-modules/python-sql')
0 files changed, 0 insertions, 0 deletions
