diff options
Diffstat (limited to 'base/perl/Pkgfile')
-rwxr-xr-x | base/perl/Pkgfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/base/perl/Pkgfile b/base/perl/Pkgfile index 4a280c3d5..ab463e70b 100755 --- a/base/perl/Pkgfile +++ b/base/perl/Pkgfile @@ -21,6 +21,12 @@ sed -i -e "s|BUILD_ZLIB\s*= True|BUILD_ZLIB = False|" \ -e "s|LIB\s*= ./zlib-src|LIB = /usr/lib|" \ cpan/Compress-Raw-Zlib/config.in sh Configure -des -Dusethreads \ + -Dprivlib=/usr/share/perl5/base \ + -Darchlib=/usr/share/perl5/base \ + -Dvendorlib=/usr/share/perl5/vendor \ + -Dvendorarch=/usr/lib/perl5/vendor \ + -Dsitelib=/usr/share/perl5/site \ + -Dsitearch=/usr/lib/perl5/site \ -Dprefix=/usr \ -Dman1dir=/usr/share/man/man1 \ -Dman3dir=/usr/share/man/man3 \ |