2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

perl: temporary fix for #331

This commit is contained in:
Dylan Araps 2021-09-10 11:37:00 +03:00
parent d5b8cedf4e
commit ba4f3586aa
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
2 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,11 @@ export CFLAGS="$CFLAGS -DNO_POSIX_2008_LOCALE -D_GNU_SOURCE"
-Dinstallman3dir=/usr/share/man/man3 \
-Dman1ext=1 \
-Dman3ext=3pm \
-Dsig_count=16 \
-Dsig_size=16 \
-Dsig_num="0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15" \
-Dsig_name_init="\"ZERO\", \"HUP\", \"INT\", \"QUIT\", \"ILL\", \"TRAP\", \"ABRT\", \"EMT\", \"FPE\", \"KILL\", \"BUS\", \"SEGV\", \"SYS\", \"PIPE\", \"ALRM\", \"TERM\", 0" \
-Dsig_num_init="0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 0" \
-Dperl_static_inline="static __inline__" \
-Dd_static_inline

View File

@ -1 +1 @@
5.34.0 1
5.34.0 2