1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-19 14:17:08 +00:00
Commit Graph

4 Commits

Author SHA1 Message Date
Tee KOBAYASHI
c7db3e8e6d */build.sh: Remove individual *-config hack
which can be handled in `termux_step_configure_autotools`.

%ci:no-build
2022-09-22 09:18:39 +09:00
Henrik Grimler
38bd77272a
gnucobol: recognise -Oz as an optimisation level
gnucobol's configure script does heavy sed'ing of compiler flag
variables, but did not recognise -Oz as an optimisation level.  It
stripped "-O" from "-Oz" and passed just `z` as a compiler arg,
causing errors.

Fixes https://github.com/termux/termux-packages/issues/10863.
2022-05-30 20:34:05 +02:00
Yaksh Bariya
3ce1eb0663
do not use debianutils which in our scripts
The utility is deprecated and might just unnecessarily spam the CI logs when we update to new docker image

%ci:no-build
2022-01-30 10:04:20 +05:30
Tee KOBAYASHI
7607884de2 new package: gnucobol 2022-01-02 13:19:04 +01:00