]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
skip stripping for now to preserve systemlib.php
authorElan Ruusamäe <glen@delfi.ee>
Sun, 6 Oct 2013 19:40:58 +0000 (22:40 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Sun, 6 Oct 2013 19:40:58 +0000 (22:40 +0300)
hiphop-php.spec

index 24f0b7bf3d785f65bff7933b0640584fbdcabf47..b21f28c7a66787447cccc9b44c426abb98273488 100644 (file)
@@ -11,7 +11,7 @@
 #   relinking succeeds, but resulting binary segfaults as well:
 #   0x0000000000b9cc0b in HPHP::Extension::LoadModules(HPHP::Hdf) ()
 %define                githash 78394ee
-%define                rel             0.1
+%define                rel             0.2
 Summary:       Virtual Machine, Runtime, and JIT for PHP
 Name:          hiphop-php
 Version:       2.1.0
@@ -67,6 +67,10 @@ BuildRequires:       tbb-devel >= 4.0.6000
 BuildRequires: zlib-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+# strip would remove systemlib.php copied into binary
+# see CMake/HPHPFunctions.cmake embed_systemlib function
+%define                _noautostrip    .*%{_bindir}/hhvm
+
 %description
 HipHop VM (HHVM) is a new open-source virtual machine designed for
 executing programs written in PHP. HHVM uses a just-in-time
This page took 0.11578 seconds and 4 git commands to generate.