summaryrefslogtreecommitdiff
path: root/community/root/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-08-05 23:14:36 +0000
committerroot <root@rshg054.dnsready.net>2011-08-05 23:14:36 +0000
commit6eacc0759bca4167f2dcd67ce43bca78cb2a06ca (patch)
tree9924a03656bbae858177323b61bfb213fe14a4b4 /community/root/PKGBUILD
parent7e5cd77730015792e26338edcc137acf3f1bd2ae (diff)
Fri Aug 5 23:14:36 UTC 2011
Diffstat (limited to 'community/root/PKGBUILD')
-rw-r--r--community/root/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/root/PKGBUILD b/community/root/PKGBUILD
index 05d858e2c..d3c7cdd11 100644
--- a/community/root/PKGBUILD
+++ b/community/root/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=root
pkgver=5.30.00
-pkgrel=3
+pkgrel=4
pkgdesc='C++ data analysis framework and interpreter from CERN.'
arch=('i686' 'x86_64')
url='http://root.cern.ch'
@@ -63,7 +63,8 @@ build() {
--enable-roofit \
--enable-python \
--with-python-incdir=/usr/include/python2.7 \
- --with-python-libdir=/usr/lib
+ --with-python-libdir=/usr/lib \
+ --enable-explicitlink
# move from aur
#--disable-builtin-afterimage \