ailin-nemui
a731525012
Merge pull request #1290 from mistydemeo/check_for_term_h
...
Add a check for term.h
2021-04-01 21:28:04 +02:00
Misty De Meo
0b82f14151
Add a check for term.h
...
If term.h is present, use that instead of defining prototypes for the
terminfo functions in terminfo-core.c. This causes problems on certain
platforms (e.g. Apple aarch64) due to the functions being prototyped as
non-variadic but called as variadic. If term.h isn't found, it falls
back to the old behaviour.
Fixes #1238 .
2021-03-27 10:54:30 -07:00
Ailin Nemui
7adf81f9b5
raise glib version requirement to 2.32 for g_hash_table_contains
2021-02-26 14:19:33 +01:00
ailin-nemui
9f1822be3d
Merge pull request #1245 from ailin-nemui/meson-cc-links
...
use cc.links in meson.build to fix regression of meson 0.56
2021-01-04 10:17:51 +01:00
Ailin Nemui
0706ad14fc
use cc.links in meson.build to fix regression of meson 0.56
...
fixes #1235 reported by dcbaker
2021-01-04 08:37:56 +01:00
Ailin Nemui
06396e9c8f
error out on empty perlmodlib, for example non-existant vendor
...
reported by Xogium
2021-01-03 23:07:27 +01:00
ailin-nemui
447e565309
Fix meson capsicum
...
Fixes #1223
2020-09-26 16:40:18 +02:00
ailin-nemui
01ecb879a6
Add support for building in Termux-Android in meson
...
- introduce cross perl
- workaround for the android linker
2020-06-02 10:38:01 +02:00
Ailin Nemui
244ebaaa2e
build fixes when using install-glib and on openbsd
2020-04-23 12:31:52 +02:00
ailin-nemui
0bedcfccbd
Merge pull request #1140 from dequis/tear-down-the-wall
...
meson.build: Remove unnecessary -Wall
2020-04-14 10:23:09 +02:00
ailin
4594b0c4cf
fix perl module build on openbsd
...
unfortunately, some mangling is needed to create the correct linker
and compiler invocations
2020-04-02 04:39:30 +02:00
dequis
bdf5d748f2
meson.build: Remove unnecessary -Wall
2019-10-31 21:02:26 +01:00
ailin-nemui
51190f69b2
update fuzzer flags
2019-09-10 15:01:39 +02:00
ailin-nemui
69dec1de33
add new meson build option -Dfuzzer-link-language=cpp for oss-fuzz
2019-09-04 22:48:03 +02:00
ailin-nemui
7aa67b142b
Add a new meson option : -Dstatic-dependency=yes to use static dependencies
2019-08-30 21:12:51 +02:00
ailin-nemui
1c99bf78c7
Merge pull request #1085 from ailin-nemui/meson-glib-ver
...
fix glib version dependency in meson
2019-08-13 18:08:57 +02:00
ailin-nemui
0495c67d9f
fix glib version dependency
2019-08-13 16:56:33 +02:00
ailin-nemui
89686681c1
fix build system debug config to include -fno-omit-frame-pointer
2019-08-13 16:56:00 +02:00
ailin-nemui
9a90213ba9
do not use ?: to stay compatible with meson 0.49
2019-07-21 00:08:36 +02:00
Ailin Nemui
12c8cb1f37
carry rpath to working perl test
2019-07-18 11:37:11 +02:00
Ailin Nemui
905bf86921
refactor glib install
2019-07-16 16:09:10 +02:00
Ailin Nemui
db16a0a853
meson build support
2019-07-10 09:25:26 +02:00