termux-packages/packages/m4
Henrik Grimler dbaca929fa
m4: link against libandroid-spawn
It doesn't build without it, it then tries to use a generated spawn
header and fails with something like:

```
  CC       gl_linkedhash_list.o
In file included from /home/builder/.termux-build/m4/src/lib/execute.c:72:
./spawn.h:690:17: error: use of undeclared identifier 'POSIX_SPAWN_RESETIDS'
            [(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
                ^
./spawn.h:690:40  CC       gl_list.o
: error: use of undeclared identifier 'POSIX_SPAWN_SETPGROUP'
            [(((POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP
                                       ^
./spawn.h:691:19: error: use of undeclared identifier 'POSIX_SPAWN_SETSIGDEF'
                | POSIX_SPAWN_SETSIGDEF | POSIX_SPAWN_SETSIGMASK
                  ^
```

Solve this error by depending on libandroid-spawn instead.
2022-02-14 21:43:13 +01:00
..
build.sh m4: link against libandroid-spawn 2022-02-14 21:43:13 +01:00
fix-paths.patch
spawn.patch
src-m4.c.patch m4: use '_exit' after printing a usage message (#7701) 2021-10-09 00:41:57 +03:00