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:
parent
db725ffaf8
commit
1fc94ee6f2
4 changed files with 51 additions and 4 deletions
|
|
@ -840,8 +840,6 @@ exec_command(const char* cmd)
|
|||
SPOT_UNREACHABLE();
|
||||
return;
|
||||
}
|
||||
#else
|
||||
extern char **environ;
|
||||
#endif
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue