Commit Graph

18 Commits

Author SHA1 Message Date
Tee KOBAYASHI e81b619ab3 m4: Add reference to issue
%ci:no-build
2022-04-07 09:02:23 +09:00
Tee KOBAYASHI e08f115750 m4: Mitigate temp file issue on 32-bit archs
Allocates indefinite amount of in-memory buffer.
2022-02-21 18:26:16 +09:00
Tee KOBAYASHI 19ae33b6d9 m4: Adjust dependency 2022-02-21 18:26:16 +09:00
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
xtkoba e876bf6e81
m4: use '_exit' after printing a usage message (#7701) 2021-10-09 00:41:57 +03:00
Ivan Max 04469d9137
create packages group base-devel for pacman format (#7612)
%ci:no-build
2021-09-28 18:21:42 +03:00
Yaksh Bariya e42a48a045
m4: Bump to 1.4.19 2021-08-06 18:57:27 +05:30
Leonid Pliushch 37375312b9
explicitly set maintainer for each package
In issue https://github.com/termux/termux-packages/issues/6160 I have found
that community repo "its-pointless.github.io" specifies us as maintainer
for its packages. This is NOT TRUE and potentially misleads people using
these packages.

Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral
and not specify maintainer. So all packages now have to override it to
the correct value.

[skip ci]
%ci:no-build
2020-12-20 15:16:34 +02:00
Fredrik Fornwall bbf6c55514 m4: Patch to work on Android 10
The old version of gnulib that m4 uses tries to use the %n printf
modifier which aborts the process on Android 10 onwards.

Fixes #4381 (thanks easyaspi314).
2019-10-02 21:53:25 +02:00
Leonid Pliushch d3fd21d4d0 m4: assume that spawn.h is not available
Fixes https://github.com/termux/termux-packages/issues/4258.
2019-09-02 23:56:32 +03:00
Leonid Pliushch 02b6b4ca7c m4: fix hardcoded paths 2019-03-02 14:52:43 +02:00
Leonid Pliushch 46d333adba add licenses for more packages 2019-01-21 17:17:53 +02:00
Fredrik Fornwall 899173e9d7 m4: Fix building with clang 2018-08-06 16:45:37 +02:00
Fredrik Fornwall 2bb920e3e2 http -> https updates 2018-05-25 12:38:52 +02:00
Fredrik Fornwall d6c41f737a m4: Update from 1.4.17 to 1.4.18 2017-01-28 16:59:30 +01:00
Fredrik Fornwall 722ed12d69 Switch from ftp.gnu.org to mirrors.kernel.org 2016-09-24 18:42:39 -04:00
Fredrik Fornwall 13f1414c53 m4: Fix 64-bit build 2016-01-03 20:41:31 -05:00
Fredrik Fornwall 59f0d218a6 Initial push 2015-06-13 01:03:31 +02:00