summaryrefslogtreecommitdiff
path: root/package/microperl
AgeCommit message (Collapse)Author
2011-02-08microperl compile fix with ccache enabledMartin Hicks
Just a simple quote problem with $(HOSTCC) Signed-off-by: Martin Hicks <mort@bork.org> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2010-07-07Update all packages to quote $(TARGET_CC)Thomas Petazzoni
Now that TARGET_CC contains several space-separated words, it must be used quoted everywhere. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-05-27microperl: fix build with /bin/sh = dashPeter Korsgaard
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-11-30package/microperl: fix buildPeter Korsgaard
There seems to be some confusion about makefile/Makefile, so just fixup both files for now to keep it safe. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-05packages: use qstripThomas Petazzoni
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-09-03package: Remove unnecessary dependencies on uclibc.Will Newton
A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton <will.newton@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-08-04microperl: fix buildThomas Petazzoni
Fix the little build systems hacks that no longer applied to the version of Perl being used. With these fixes in place, microperl builds and runs properly simple Perl commands on the target. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-02-04microperl: strip target binaryPeter Korsgaard
2009-01-25Avoid the use of subshell in microperlUlf Samuelsson
2009-01-25Fix make problems with perlUlf Samuelsson
2009-01-16package/: convert to DOWNLOAD helperPeter Korsgaard
2008-12-08package/: get rid of unneeded $(strip ..)Peter Korsgaard
2008-08-04buildroot: remove trailing spacesPeter Korsgaard
for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done
2008-07-17Kconfig: remove 'default n'Peter Korsgaard
'default n' is the default, so there's no need to say it explicitly.
2007-08-22- semicolon touchup. No other changesBernhard Reutner-Fischer
2007-07-11Use <package>_VERSION in all <package>.mk instead of <package>_VERUlf Samuelsson
2007-02-04- minor tweak to naming of microperl module list in the configBernhard Reutner-Fischer
2007-01-29- it misses Carp/Heavy.pm but is unable to diagnose this fact and just ↵Bernhard Reutner-Fischer
throws "unknown error". Now automake at least fails with an explicit error..
2007-01-29- start populating perl stuff into the rootfs to make automake workBernhard Reutner-Fischer
2007-01-21- remove some hardcoded occurances of "make" and use the proper variable insteadBernhard Reutner-Fischer
2006-12-15- remove unused variableBernhard Reutner-Fischer
2006-12-15- add config option to specify modules to be copied to the target.Bernhard Reutner-Fischer
2006-11-24- fix microperl uconfig and pass the target cflags in properly.Bernhard Reutner-Fischer
2006-11-22- bump versionBernhard Reutner-Fischer
2006-11-17- add and use BR2_BZCAT config option.Bernhard Reutner-Fischer
2005-09-09ver bump to 5.8.7Mike Frysinger
2005-02-25Patch from ralphs adding microperl, perEric Andersen
http://bugs.uclibc.org/view.php?id=123