--- App-Staticperl/staticperl.sh 2010/12/28 18:03:47 1.25 +++ App-Staticperl/staticperl.sh 2011/02/11 01:04:50 1.29 @@ -9,11 +9,11 @@ # perl build variables MAKE=make -PERL_VERSION=5.12.2 # 5.8.9 is also a good choice +PERL_VERSION=5.12.3 # 5.8.9 is also a good choice PERL_CC=cc PERL_CONFIGURE="" # additional Configure arguments -PERL_CCFLAGS="-DPERL_DISABLE_PMC -DPERL_ARENA_SIZE=65536 -D_GNU_SOURCE -DNDEBUG" -PERL_OPTIMIZE="-Os -ffunction-sections -fdata-sections -finline-limit=8 -ffast-math" +PERL_CCFLAGS="-DPERL_DISABLE_PMC -DPERL_ARENA_SIZE=16376 -D_GNU_SOURCE -DNDEBUG" +PERL_OPTIMIZE="-g -Os -ffunction-sections -fdata-sections -finline-limit=8 -ffast-math" ARCH="$(uname -m)" @@ -73,7 +73,7 @@ # set version in a way that Makefile.PL can extract VERSION=VERSION; eval \ -$VERSION=0.92 +$VERSION="1.0" BZ2=bz2 BZIP2=bzip2 @@ -167,8 +167,8 @@ mkdir -p unpack rm -rf unpack/perl-$PERL_VERSION - $BZIP2 -d