Skip to content

zakame/binary-com-perl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

perl

Custom compiled perl for Binary.com

compiling steps

Download source code from http://www.cpan.org/src/5.0/perl-5.26.2.tar.gz

We defined -Dusesitecustomize and removed -Dusethreads. Most of other parameters are copied from perl -V | grep config_args Run following command:

./Configure -Dusesitecustomize -Dinc_version_list=none -Dprefix=/home/git/binary-com/perl -Dvendorprefix=/home/git/regentmarkets/cpan/local -Dvendorlib=/home/git/regentmarkets/cpan/local/lib/perl5 -Dvendorarch=/home/git/regentmarkets/cpan/local/lib/perl5/x86_64-linux -Duselargefiles -Dccflags="-DDEBIAN -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security" -Dldflags=" -Wl,-z,relro" -Dlddlflags="-shared -Wl,-z,relro" -Dcccdlflags="-fPIC" -Duse64bitint -Dman1ext=1 -Dman3ext=3perl -Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Ud_ualarm -Uusesfio -Uusenm -Uuseithreads -Uusemultiplicity -Ui_libutil -DDEBUGGING=-g -Doptimize=-O2 -Duseshrplib -des
make
make install

About

Custom compiled perl for Binary.com

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Perl 74.0%
  • Raku 10.2%
  • C 8.9%
  • Objective-C 4.5%
  • C++ 1.8%
  • Prolog 0.6%