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

Comparing App-Staticperl/staticperl.sh (file contents):
Revision 1.25 by root, Tue Dec 28 18:03:47 2010 UTC vs.
Revision 1.27 by root, Wed Jan 12 03:35:40 2011 UTC

71unset PERL5OPT PERL5LIB PERLLIB PERL_UNICODE PERLIO_DEBUG 71unset PERL5OPT PERL5LIB PERLLIB PERL_UNICODE PERLIO_DEBUG
72LC_ALL=C; export LC_ALL # just to be on the safe side 72LC_ALL=C; export LC_ALL # just to be on the safe side
73 73
74# set version in a way that Makefile.PL can extract 74# set version in a way that Makefile.PL can extract
75VERSION=VERSION; eval \ 75VERSION=VERSION; eval \
76$VERSION=0.92 76$VERSION="1.0"
77 77
78BZ2=bz2 78BZ2=bz2
79BZIP2=bzip2 79BZIP2=bzip2
80 80
81fatal() { 81fatal() {
239 -Uusethreads \ 239 -Uusethreads \
240 -Uuseithreads \ 240 -Uuseithreads \
241 -Uusemultiplicity \ 241 -Uusemultiplicity \
242 -Uusesfio \ 242 -Uusesfio \
243 -Uuseshrplib \ 243 -Uuseshrplib \
244 -Uinstallusrbinperl \
244 -A ccflags=" $PERL_CCFLAGS" \ 245 -A ccflags=" $PERL_CCFLAGS" \
245 -Dcc="$PERL_CC" \ 246 -Dcc="$PERL_CC" \
246 -Doptimize="$PERL_OPTIMIZE" \ 247 -Doptimize="$PERL_OPTIMIZE" \
247 -Dldflags="$PERL_LDFLAGS" \ 248 -Dldflags="$PERL_LDFLAGS" \
248 -Dlibs="$PERL_LIBS" \ 249 -Dlibs="$PERL_LIBS" \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines