Source
xxxxxxxxxx
--- FileList/Makefile.PL.orig 2015-02-01 02:36:10.000000000 -0800
+++ FileList/Makefile.PL 2015-02-01 02:37:02.000000000 -0800
return <<EOF;
config.h: config.h.in
- ./configure
+ ./configure CC=@@MP_CC@@
EOF
}
xxxxxxxxxx
--- FileList/Makefile.PL.orig 2015-02-01 02:36:10.000000000 -0800
+++ FileList/Makefile.PL 2015-02-01 02:37:02.000000000 -0800
return <<EOF;
config.h: config.h.in
- ./configure
+ ./configure CC=@@MP_CC@@
EOF
}
Everything looks good. We'll let you know here if there's anything you should know about.