diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2022-07-18 18:55:58 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2022-07-18 18:55:58 +0100 |
| commit | 769956d65b185471b2214441731528122e9f0a6c (patch) | |
| tree | d285043ccb18222606ff87b15bb625b113f9e7ce /pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch | |
| parent | dab3ae9d8be645366d2dc9634cc172983885f9fc (diff) | |
gcc: drop outdated sed for system headers clobber
When reviewing https://github.com/NixOS/nixpkgs/pull/181802#issuecomment-1186834504
I noticed outdated code that attempted to override /usr/include.
sed -i \
-e "s,glibc_header_dir=/usr/include,glibc_header_dir=$libc_dev/include", \
gcc/configure
`glibc_header_dir` was removed from `gcc-4.6` and later in
https://gcc.gnu.org/git/?p=gcc.git;a=commitdiff;h=6961669f48aa18168b2d7daa7e2235fbec7cb636
(Dec 2010, "(gcc_cv_ld_eh_frame_hdr): Only check GNU ld for --eh-frame-hdr.").
Since then gcc got `--with-native-system-header-dir=` which `nixpkgs` uses
for all packaged `gcc` versions.
The change should be a no-op.
Diffstat (limited to 'pkgs/development/python-modules/termplotlib/gnuplot-subprocess.patch')
0 files changed, 0 insertions, 0 deletions
