commit 755be3cfc8f2d5fe59d9f119920ee95621964e09
Author: Elan Ruusamäe <[email protected]>
Date:   Sun Oct 6 22:40:58 2013 +0300

    skip stripping for now to preserve systemlib.php

 hiphop-php.spec | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/hiphop-php.spec b/hiphop-php.spec
index 24f0b7b..b21f28c 100644
--- a/hiphop-php.spec
+++ b/hiphop-php.spec
@@ -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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hiphop-php.git/commitdiff/755be3cfc8f2d5fe59d9f119920ee95621964e09

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to