[packages/hhvm] keep sqlite dir

glen glen at pld-linux.org
Wed Nov 19 15:58:28 CET 2014


commit 5ed97fecdaf3f53f93dfa4532f5f0010893babbb
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Nov 19 16:57:12 2014 +0200

    keep sqlite dir
    
    build breaks with sqlite3 3.8.5.0 installed
    however resulting hhvm is still linked with system sqlite3 library

 hhvm.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/hhvm.spec b/hhvm.spec
index b2584f7..223b546 100644
--- a/hhvm.spec
+++ b/hhvm.spec
@@ -254,9 +254,10 @@ 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} \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/hhvm.git/commitdiff/c19fc9d96a201bee8a2bb4f6cd391bfea7224b67



More information about the pld-cvs-commit mailing list