summaryrefslogtreecommitdiff
path: root/community/parrot
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-02-27 00:03:49 -0800
committerroot <root@rshg054.dnsready.net>2013-02-27 00:03:49 -0800
commit23018fec360e50c7cb4de4b2411650ce79532e54 (patch)
tree766004a81e02dd8a2ea0d5092ce2d19aed799bf6 /community/parrot
parent32e4cb82a73f6efc4254917e6324a2b61ecb5ddc (diff)
Wed Feb 27 00:03:48 PST 2013
Diffstat (limited to 'community/parrot')
-rw-r--r--community/parrot/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/parrot/PKGBUILD b/community/parrot/PKGBUILD
index a168f3f71..c4f9c8dc6 100644
--- a/community/parrot/PKGBUILD
+++ b/community/parrot/PKGBUILD
@@ -1,4 +1,4 @@
-# $Id: PKGBUILD 84846 2013-02-25 10:40:09Z spupykin $
+# $Id: PKGBUILD 84934 2013-02-26 10:19:55Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: mpie <michael.kyne-phillips1@ntlworld.com>
@@ -6,7 +6,7 @@ pkgname=parrot
pkgver=5.1.0
#_rel=stable
_rel=devel
-pkgrel=1
+pkgrel=2
pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
arch=('x86_64' 'i686')
url="http://www.parrotcode.org/"
@@ -22,7 +22,8 @@ build() {
cd "$srcdir/$pkgname-$pkgver"
perl Configure.pl --prefix=/usr \
--parrot_is_shared \
- --disable-rpath
+ --disable-rpath \
+ --optimize
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$(pwd)/blib/lib"
make all parrot_utils docs html
}