summaryrefslogtreecommitdiffhomepage
path: root/367.perl.vars
AgeCommit message (Collapse)AuthorFilesLines
2016-04-22- Followup to last commit:Lucio Andrés Illanes Albornoz (arab, vxp)1-1/+4
- Don't parallelise the perl build as libdummy.so must be built before building {cpan,ext}/. - Iteratively append ${PKG_CFLAGS_CONFIGURE} to ccflags when building perl as environment variables aren't considered by the configure script. - Add missing build step `build_dir' to build.usage. - Force the perk prefix to /usr rather than the default value of /usr/local.
2016-04-21- Adds perl via perl-cross, Redfoxmoon, and ↵Lucio Andrés Illanes Albornoz (arab, vxp)1-0/+21
<https://github.com/lalbornoz/perl-cross>. - Ensure ${PREFIX}/usr and ${PREFIX_NATIVE}/usr are symbolic links to `.'