nixpkgs/pkgs/shells/bash
Sergei Trofimovich 99e148dd27 bash: fix parallel build failure on unwind_prot.o
As reported by Robert Scott in https://github.com/NixOS/nixpkgs/pull/245066
without the change `make -j8` build of `make` occasionally fails to
buildin parallel. The simplest reproducer is:

    $$ ./configure
    $$ make unwind_prot.o
    ...
    In file included from unwind_prot.c:51:
    In file included from ./bashintl.h:30:
    ./include/gettext.h:27:11: fatal error: 'libintl.h' file not found
    # include <libintl.h>
              ^~~~~~~~~~~
    1 error generated.
    make: * [Makefile:106: unwind_prot.o] Error 1

The change adds missing ttransitive `${LIBINTL_H}` dependency for
unwind_prot.o.
2023-07-24 23:23:14 +01:00
..
bash-completion pkgs: fix typos 2023-05-19 22:31:04 -04:00
blesh blesh: 0.3.4 -> 0.4.0-devel3 2023-07-11 23:41:22 +08:00
fzf-obc fzf-obc: init at 1.3.0 2022-07-18 10:43:48 +02:00
nix-bash-completions nix-bash-completions: don't handle the nix command 2022-12-22 13:14:11 +01:00
undistract-me pkgs/shells: enable strictDeps 2022-05-06 22:31:38 +03:00
yarn-completion pkgs/shells: enable strictDeps 2022-05-06 22:31:38 +03:00
5.nix bash: fix parallel build failure on unwind_prot.o 2023-07-24 23:23:14 +01:00
bash-5.2-patches.nix bash: 5.1 -> 5.2 2022-12-28 21:05:43 +01:00
parallel.patch bash: fix parallel build failure on unwind_prot.o 2023-07-24 23:23:14 +01:00
pgrp-pipe-5.patch bash: 5.1 -> 5.2 2022-12-28 21:05:43 +01:00
update-patch-set.sh bash: Quote variable reference 2021-11-23 20:35:45 +13:00