Subject: | CCFLAGS is corrupted in Makefile |
Distro: Linux Redhat 7.3
Perl: v5.6.1
I modified Makefile.PL and added the following line:
'CCFLAGS' => ['-I/home/user/compface/include', '-I/home/user/include'],
The generated Makefile has the following line:
CCFLAGS = ARRAY(0x80528bc) -DPERL_POLLUTE
It seems the CCFLAGS arguments specified in Makefile.PL are not processed
correctly. If i remove the ARRAY() and replace it with my -I arguments
then all works fine.