gnulib: install the environ module

This should fix compilation on OSX, as reported by Yann Thierry-Mieg.

* m4/environ.m4: New file.
* m4/gnulib-cache.m4, m4/gnulib-comp.m4: Update.
* bin/common_trans.cc [HAVE_SPAWN_H]: Do not define environ.
This commit is contained in:
Alexandre Duret-Lutz 2022-06-30 09:36:59 +02:00
parent db725ffaf8
commit 1fc94ee6f2
4 changed files with 51 additions and 4 deletions

View file

@ -840,8 +840,6 @@ exec_command(const char* cmd)
SPOT_UNREACHABLE();
return;
}
#else
extern char **environ;
#endif
int