ports/core (2.3): perl: fixed bug #152
commit 6d4c173ced1319d3fa34165ae2b4f83146dabf2d Author: Tilman Sauerbeck <tilman@crux.nu> Date: Tue Feb 20 21:25:53 2007 +0100 perl: fixed bug #152 diff --git a/perl/.footprint b/perl/.footprint index 977c6f8..96bdfa2 100644 --- a/perl/.footprint +++ b/perl/.footprint @@ -479,7 +479,7 @@ drwxr-xr-x root/root usr/lib/perl5/5.8.8/linux/CORE/ -rw-r--r-- root/root usr/lib/perl5/5.8.8/linux/CORE/intrpvar.h -rw-r--r-- root/root usr/lib/perl5/5.8.8/linux/CORE/iperlsys.h -rw-r--r-- root/root usr/lib/perl5/5.8.8/linux/CORE/keywords.h --rw-r--r-- root/root usr/lib/perl5/5.8.8/linux/CORE/libperl.a +-rwxr-xr-x root/root usr/lib/perl5/5.8.8/linux/CORE/libperl.so -rw-r--r-- root/root usr/lib/perl5/5.8.8/linux/CORE/malloc_ctl.h -rw-r--r-- root/root usr/lib/perl5/5.8.8/linux/CORE/mg.h -rw-r--r-- root/root usr/lib/perl5/5.8.8/linux/CORE/nostdio.h diff --git a/perl/Pkgfile b/perl/Pkgfile index 2eb44be..252e5ef 100644 --- a/perl/Pkgfile +++ b/perl/Pkgfile @@ -5,7 +5,7 @@ name=perl version=5.8.8 -release=1 +release=2 source=(ftp://ftp.perl.org/pub/CPAN/src/$name-$version.tar.gz \ $name-$version-CVE-2005-3962.patch) @@ -21,6 +21,7 @@ build() { -Dman3dir=/usr/man/man3 \ -Di_gdbm \ -Di_db \ + -Duseshrplib=true \ -Doptimize="$CFLAGS" make make DESTDIR=$PKG install
participants (1)
-
crux@crux.nu