[arch-commits] Commit in hhvm/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Tue Jan 27 15:10:21 UTC 2015


    Date: Tuesday, January 27, 2015 @ 16:10:21
  Author: mtorromeo
Revision: 126649

Add fribidi and mongodb support and removed unnecessary chrpath makedependency

Modified:
  hhvm/trunk/PKGBUILD

----------+
 PKGBUILD |   10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-01-27 14:44:22 UTC (rev 126648)
+++ PKGBUILD	2015-01-27 15:10:21 UTC (rev 126649)
@@ -8,15 +8,15 @@
 _folly_commit=6f9b619d9ffc219296a818a83266d60628e6aedd
 _thrift_commit=bba5d4590ff71e8f34ce4f90a8d7b2cf867ca3d0
 _proxygen_commit=8a602aa40383d6dddbdcb2a951067b9923edfc74
-pkgrel=1
+pkgrel=2
 pkgdesc="Virtual Machine, Runtime, and JIT for PHP"
 arch=('x86_64')
 url="http://hhvm.com"
 license=('PHP')
-depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip' 'lz4'
+depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
          'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 'libvpx'
-         'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml')
-makedepends=('git' 'cmake' 'gcc' 'chrpath' 'boost' 'gflags' 'python2' 'pfff')
+         'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi')
+makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb')
 source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz"
         "hhvm-third-party-$_thirdparty_commit.tar.gz::https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit.tar.gz"
         "folly-$_folly_commit.tar.gz::https://github.com/facebook/folly/archive/$_folly_commit.tar.gz"
@@ -55,8 +55,10 @@
     msg2 "Building hhvm"
 
     cmake -Wno-dev \
+        -DCMAKE_BUILD_TYPE=Release \
         -DCMAKE_INSTALL_PREFIX=/usr \
         -DCMAKE_PREFIX_PATH="$srcdir" \
+        -DENABLE_MONGO:BOOL=ON \
         .
 
     make



More information about the arch-commits mailing list