summaryrefslogtreecommitdiffstats
path: root/base/perl/Pkgfile
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-09-01 18:42:08 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-09-01 18:42:08 +0200
commit8987e1272e8d4e80efd47ad8ecb64f4611ed0c30 (patch)
treeb6631c0315e419c433f8514b15f6c9beb1719574 /base/perl/Pkgfile
parent5f4eb9774aa8f97e385efbe4da9add4351080641 (diff)
downloadnutyx-pakxe-8987e1272e8d4e80efd47ad8ecb64f4611ed0c30.tar.gz
nutyx-pakxe-8987e1272e8d4e80efd47ad8ecb64f4611ed0c30.tar.bz2
nutyx-pakxe-8987e1272e8d4e80efd47ad8ecb64f4611ed0c30.tar.xz
nutyx-pakxe-8987e1272e8d4e80efd47ad8ecb64f4611ed0c30.zip
maj perl#5.10.1-1
Diffstat (limited to 'base/perl/Pkgfile')
-rwxr-xr-xbase/perl/Pkgfile9
1 files changed, 4 insertions, 5 deletions
diff --git a/base/perl/Pkgfile b/base/perl/Pkgfile
index 72bac9529..f05ee3f16 100755
--- a/base/perl/Pkgfile
+++ b/base/perl/Pkgfile
@@ -5,15 +5,14 @@
# Depends on: db, gdbm
name=perl
-version=5.10.0
-release=2
+version=5.10.1
+release=1
source=(ftp://ftp.funet.fi/pub/CPAN/src/$name-$version.tar.gz \
- http://www.linuxfromscratch.org/patches/lfs/development/perl-$version-consolidated-1.patch\
perl-5.10.0-debian-23.patch perl-5.8.6-picdl.patch0)
build() {
cd $name-$version
-patch -Np1 -i ../perl-5.10.0-debian-23.patch
+# patch -Np1 -i ../perl-5.10.0-debian-23.patch
if [ "`uname -m`" == "x86_64" ]; then
_ARCH="-Dcccdlflags='-fPIC'"
patch -Np0 -i ../perl-5.8.6-picdl.patch0
@@ -24,7 +23,7 @@ fi
sed -i -e "s|BUILD_ZLIB\s*= True|BUILD_ZLIB = False|" \
-e "s|INCLUDE\s*= ./zlib-src|INCLUDE = /usr/include|" \
-e "s|LIB\s*= ./zlib-src|LIB = /usr/lib|" \
- ext/Compress/Raw/Zlib/config.in
+ ext/Compress-Raw-Zlib/config.in
sh Configure -des -Dusethreads \
-Dprefix=/usr \
-Dman1dir=/usr/share/man/man1 \