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

Massimiliano Torromeo mtorromeo at archlinux.org
Tue May 10 07:39:40 UTC 2016


    Date: Tuesday, May 10, 2016 @ 09:39:40
  Author: mtorromeo
Revision: 174516

upgpkg: hhvm 3.13.1-3

Rebuild for oniguruma 6 ABI change

Modified:
  hhvm/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-10 07:39:34 UTC (rev 174515)
+++ PKGBUILD	2016-05-10 07:39:40 UTC (rev 174516)
@@ -4,7 +4,7 @@
 
 pkgname=hhvm
 pkgver=3.13.1
-pkgrel=2
+pkgrel=3
 
 _thirdparty_commit=57ddc7942877befb97ecc3df2581a4de119049aa
 _folly_commit=add5a7aeacacb050c4b0bad84aac1475fa2658c9
@@ -49,6 +49,9 @@
 
     patch -p1 -i "$srcdir"/namespaces.patch
 
+    sed 's/TypedValue m_extraArgs\[\];/TypedValue m_extraArgs[0];/' \
+        -i hphp/runtime/vm/bytecode.h
+
     sed -r 's/service hhvm (start|stop|restart)/systemctl \1 hhvm.service/' \
         -i hphp/tools/oss-repo-mode
 



More information about the arch-commits mailing list