ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/cvsroot/App-Staticperl/staticperl.sh
(Generate patch)

Comparing cvsroot/App-Staticperl/staticperl.sh (file contents):
Revision 1.30 by root, Fri Feb 11 02:01:24 2011 UTC vs.
Revision 1.31 by root, Fri Feb 11 02:36:30 2011 UTC

10# perl build variables 10# perl build variables
11MAKE=make 11MAKE=make
12PERL_VERSION=5.12.3 # 5.8.9 is also a good choice 12PERL_VERSION=5.12.3 # 5.8.9 is also a good choice
13PERL_CC=cc 13PERL_CC=cc
14PERL_CONFIGURE="" # additional Configure arguments 14PERL_CONFIGURE="" # additional Configure arguments
15PERL_CCFLAGS="-DPERL_DISABLE_PMC -DPERL_ARENA_SIZE=16376 -D_GNU_SOURCE -DNDEBUG" 15PERL_CCFLAGS="-g -DPERL_DISABLE_PMC -DPERL_ARENA_SIZE=16376 -D_GNU_SOURCE -DNDEBUG"
16PERL_OPTIMIZE="-g -Os -ffunction-sections -fdata-sections -finline-limit=8 -ffast-math" 16PERL_OPTIMIZE="-Os -ffunction-sections -fdata-sections -finline-limit=8 -ffast-math"
17 17
18ARCH="$(uname -m)" 18ARCH="$(uname -m)"
19 19
20case "$ARCH" in 20case "$ARCH" in
21 i*86 | x86_64 | amd64 ) 21 i*86 | x86_64 | amd64 )
260 -Usiteman3dir \ 260 -Usiteman3dir \
261 -Dpager=/usr/bin/less \ 261 -Dpager=/usr/bin/less \
262 -Demail="$EMAIL" \ 262 -Demail="$EMAIL" \
263 -Dcf_email="$EMAIL" \ 263 -Dcf_email="$EMAIL" \
264 -Dcf_by="$EMAIL" \ 264 -Dcf_by="$EMAIL" \
265 -UDEBUGGING \
266 $PERL_CONFIGURE \ 265 $PERL_CONFIGURE \
267 -Duseperlio \ 266 -Duseperlio \
268 -dE || configure_failure 267 -dE || configure_failure
269 268
270 sedreplace ' 269 sedreplace '

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines