]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
sqlite can be cleaned now
authorElan Ruusamäe <glen@delfi.ee>
Thu, 12 Feb 2015 10:49:18 +0000 (12:49 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 12 Feb 2015 10:49:18 +0000 (12:49 +0200)
hhvm.spec

index b74c3695f950f945a9b776a326c460e61cf5d9b0..f7959050fdce2c414dd593d4db2169758fc1c448 100644 (file)
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -268,10 +268,9 @@ rm CMake/FindFLEX.cmake
 rm CMake/FindFreetype.cmake
 
 # ensure system libs get used
-# NOTE: keep sqlite dir, build breaks with 3.8.5.0
-
 cd third-party
 rm -r pcre \
+       %{?with_system_sqlite:libsqlite3} \
        %{?with_system_lz4:lz4} \
        %{?with_system_dconv:double-conversion} \
        %{?with_system_fastlz:fastlz} \
This page took 0.031969 seconds and 4 git commands to generate.