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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 12:06:34 UTC 2015


    Date: Monday, December 7, 2015 @ 13:06:33
  Author: foutrelis
Revision: 149801

Fix build with new C++11 ABI

Modified:
  hhvm/trunk/PKGBUILD

----------+
 PKGBUILD |    3 +++
 1 file changed, 3 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 11:19:55 UTC (rev 149800)
+++ PKGBUILD	2015-12-07 12:06:33 UTC (rev 149801)
@@ -53,6 +53,9 @@
 
     patch -p1 -i "$srcdir"/gcc51.patch
 
+    # Need to remove this to link to system boost and google-glog
+    sed -i 's/-D_GLIBCXX_USE_CXX11_ABI=0//' CMake/HPHPCompiler.cmake
+
     # Fix sendmail path
     sed -r 's#/usr/lib/sendmail#/usr/bin/sendmail#g' -i \
         hphp/runtime/base/runtime-option.cpp



More information about the arch-commits mailing list