diff options
author | root <root@rshg054.dnsready.net> | 2012-01-02 23:14:48 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-01-02 23:14:48 +0000 |
commit | 48c96871761a4aad193d814e87ddb87c322e17d2 (patch) | |
tree | 60a798c3bbdef2ba8f51c6719e80b5552a9fb6d4 /core/perl | |
parent | 29f5aa692a3fa3ff3e743a47d1c57f1cc0341809 (diff) |
Mon Jan 2 23:14:48 UTC 2012
Diffstat (limited to 'core/perl')
-rw-r--r-- | core/perl/PKGBUILD | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/core/perl/PKGBUILD b/core/perl/PKGBUILD index 91a2e33d5..07a8464b3 100644 --- a/core/perl/PKGBUILD +++ b/core/perl/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 143804 2011-11-29 13:33:00Z stephane $ +# $Id: PKGBUILD 145797 2012-01-01 18:30:05Z dreisner $ # Maintainer: Angel Velasquez <angvp@archlinux.org> # Contributor: kevin <kevin.archlinux.org> # Contributor: judd <jvinet.zeroflux.org> # Contributor: francois <francois.archlinux.org> pkgname=perl pkgver=5.14.2 -pkgrel=4 +pkgrel=5 pkgdesc="A highly capable, feature-rich programming language" arch=(i686 x86_64) license=('GPL' 'PerlArtistic') @@ -37,9 +37,6 @@ build() { arch_opts="" fi - # remove rpath FS#27173 - sed -i 's#xxx="-Wl,-rpath,$shrpdir"##' Configure - ./Configure -des -Dusethreads -Duseshrplib -Doptimize="${CFLAGS}" \ -Dprefix=/usr -Dinstallprefix=${pkgdir}/usr -Dvendorprefix=/usr \ -Dprivlib=/usr/share/perl5/core_perl \ |