]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
ensure clean third party
authorElan Ruusamäe <glen@delfi.ee>
Wed, 19 Nov 2014 07:45:53 +0000 (09:45 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 19 Nov 2014 07:45:53 +0000 (09:45 +0200)
hhvm.spec

index 657e229e8b840105247b6d6216a9b3f64c1a9ae4..438eab53da76bb03df0ad3821b2854f421c2b6ef 100644 (file)
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -250,6 +250,16 @@ rm CMake/FindBISON.cmake
 rm CMake/FindFLEX.cmake
 rm CMake/FindFreetype.cmake
 
+# ensure system libs get used
+cd third-party
+rm -r pcre \
+       %{?with_system_sqlite:libsqlite3} \
+       %{?with_system_lz4:lz4} \
+       %{?with_system_dconv:double-conversion} \
+       %{?with_system_fastlz:fastlz} \
+       %{?with_system_libafdt:libafdt} \
+       %{nil}
+
 %build
 # also in: hphp/tools/hphpize/hphpize.cmake
 API=$(awk '/#define HHVM_API_VERSION/{v=$3; sub(/L$/, "", v); print v}' hphp/runtime/ext/extension.h)
This page took 0.033675 seconds and 4 git commands to generate.