diff options
Diffstat (limited to 'core')
-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 \ |