diff options
| author | Sergei Trofimovich <slyich@gmail.com> | 2023-07-24 23:23:14 +0100 |
|---|---|---|
| committer | Sergei Trofimovich <slyich@gmail.com> | 2023-07-24 23:23:14 +0100 |
| commit | 99e148dd2719749c3e4c141161ca62dd177276a2 (patch) | |
| tree | c4ec6fba62303a3be1016eb4a38cff86632727ad /pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch | |
| parent | 5867d146dc9d43a430141139ee1e64d57b7d9e10 (diff) | |
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.
Diffstat (limited to 'pkgs/development/python-modules/python-mapnik/python-mapnik_std_optional.patch')
0 files changed, 0 insertions, 0 deletions
