chiark / gitweb /
perl: Setup File::Spec->tmpdir correctly
[termux-packages] / packages / perl / configure_func.sh.patch
1 diff -u -r ../perl-5.22.0/cnf/configure_func.sh ./cnf/configure_func.sh
2 --- ../perl-5.22.0/cnf/configure_func.sh        2015-08-26 08:27:51.000000000 -0400
3 +++ ./cnf/configure_func.sh     2015-08-30 18:07:01.233675759 -0400
4 @@ -260,7 +260,8 @@
5  check hasfunc shmdt
6  check hasfunc shmget
7  check hasfunc sigaction
8 -check hasfunc signbit '.0' 'math.h'
9 +# Avoid using signbit only available on build machine:
10 +# check hasfunc signbit '.0' 'math.h'
11  check hasfunc sigprocmask
12  check hasfunc sigsetjmp "NULL,0" 'stdlib.h setjmp.h'
13  check hasfunc snprintf