diff options
author | tnut <tnut at nutyx dot com> | 2011-03-30 13:28:43 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-03-30 13:28:43 +0200 |
commit | c31498c30869c56362faf4994ede630b624510fa (patch) | |
tree | 4fa5a8e10fad2a34dcd35e6d484e39870c3cbc03 /base | |
parent | 3dcfee035a2b8d442b7968a9714793d291aebc69 (diff) | |
download | nutyx-pakxe-c31498c30869c56362faf4994ede630b624510fa.tar.gz nutyx-pakxe-c31498c30869c56362faf4994ede630b624510fa.tar.bz2 nutyx-pakxe-c31498c30869c56362faf4994ede630b624510fa.tar.xz nutyx-pakxe-c31498c30869c56362faf4994ede630b624510fa.zip |
perl, 3ieme essai
Diffstat (limited to 'base')
-rwxr-xr-x | base/perl/Pkgfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/perl/Pkgfile b/base/perl/Pkgfile index a9f225cec..b85534b14 100755 --- a/base/perl/Pkgfile +++ b/base/perl/Pkgfile @@ -27,7 +27,7 @@ sh Configure -des -Dusethreads \ -Dvendorarch=/usr/lib/perl5/vendor \ -Dsitelib=/usr/share/perl5/site \ -Dsitearch=/usr/lib/perl5/site \ - -Dprefix=/usr \ + -Dprefix=/usr -Duseshrplib \ -Dman1dir=/usr/share/man/man1 \ -Dman3dir=/usr/share/man/man3 \ -Dpager="/usr/bin/less isR" ${_ARCH} |