]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
update devel files, should use system pcre
authorElan Ruusamäe <glen@delfi.ee>
Mon, 17 Nov 2014 14:37:22 +0000 (16:37 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 17 Nov 2014 14:37:22 +0000 (16:37 +0200)
hhvm.spec

index 4bd43e45ae97a7fc6847b2e54407623a1ee4a661..d24e2c9ccffb0ba769c80a950007d5f4b532b1a4 100644 (file)
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -3,6 +3,7 @@
 # - patch /usr/lib/hphp/CMake/HPHPIZEFunctions.cmake for %{_libdir}/hhvm as extension dir
 # TODO
 # - system libmbfl, system xhp, sqlite3
+# - use system pcre
 # git show HHVM-3.3.1
 %define                githash e0c98e21167b425dddf1fc9efe78c9f7a36db268
 # these hashes are git submodules
@@ -396,6 +397,6 @@ fi
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/hphpize
 %{_includedir}/hphp
-%dir %{_prefix}/lib/hphp
-%{_prefix}/lib/hphp/CMake
-%{_prefix}/lib/hphp/hphpize
+%dir %{_libdir}/hhvm
+%{_libdir}/hhvm/CMake
+%{_libdir}/hhvm/hphpize
This page took 0.034262 seconds and 4 git commands to generate.