diff options
| author | Michael Forney <mforney@mforney.org> | 2020-02-21 12:53:37 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-03-01 19:24:50 -0800 |
| commit | c1514cd74c4735404fd2788fed5061e3802a7d14 (patch) | |
| tree | 26196a5ee0eb679bfd77faccc4d52ced25f6e0ff /pkg/binutils/libiberty | |
| parent | db57e3849760fe7a9de6db220a11a4669db7edb1 (diff) | |
binutils: Fix some portability issues
Diffstat (limited to 'pkg/binutils/libiberty')
| -rw-r--r-- | pkg/binutils/libiberty/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/binutils/libiberty/config.h b/pkg/binutils/libiberty/config.h index c0192669..199afab9 100644 --- a/pkg/binutils/libiberty/config.h +++ b/pkg/binutils/libiberty/config.h @@ -58,6 +58,7 @@ #define HAVE_MMAP 1 /* #undef HAVE_ON_EXIT */ #define HAVE_PIPE2 1 +#define HAVE_POSIX_SPAWN 1 /* #undef HAVE_PROCESS_H */ #define HAVE_PSIGNAL 1 /* #undef HAVE_PSTAT_GETDYNAMIC */ @@ -75,6 +76,7 @@ #define HAVE_SNPRINTF 1 /* #undef HAVE_SPAWNVE */ /* #undef HAVE_SPAWNVPE */ +#define HAVE_SPAWN_H 1 #define HAVE_STDINT_H 1 #define HAVE_STDIO_EXT_H 1 #define HAVE_STDLIB_H 1 |
