[vtk7] 21/24: correct sqlite patch

Gert Wollny gewo at moszumanska.debian.org
Sun Jul 9 08:00:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

gewo pushed a commit to branch master
in repository vtk7.

commit a11949cf527a10f1521be520c6917e1e5bb86a87
Author: Gert Wollny <gewo at debian.org>
Date:   Sat Jul 8 18:43:46 2017 +0000

    correct sqlite patch
---
 debian/patches/40_use_system_sqlite.patch | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/patches/40_use_system_sqlite.patch b/debian/patches/40_use_system_sqlite.patch
index ab42fa4..8a7a2f6 100644
--- a/debian/patches/40_use_system_sqlite.patch
+++ b/debian/patches/40_use_system_sqlite.patch
@@ -538,7 +538,8 @@ Last-Update: 2014-06-03
 +++ b/ThirdParty/sqlite/CMakeLists.txt
 @@ -1,4 +1,4 @@
  set(vtksqlite_THIRD_PARTY 1)
- set(vtksqlite_LIBRARIES vtksqlite)
+-set(vtksqlite_LIBRARIES vtksqlite)
++set(vtksqlite_LIBRARIES sqlite3)
  vtk_module_export_info()
 -add_subdirectory(vtksqlite)
-+#add_subdirectory(vtksqlite)
++

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vtk7.git



More information about the debian-science-commits mailing list