[med-svn] [ugene] 02/02: d/p/use_system_sqlite.patch: Add another change
Gert Wollny
gert-guest at moszumanska.debian.org
Thu Dec 10 15:06:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
gert-guest pushed a commit to branch master
in repository ugene.
commit 6d0f31601d8a51d072b5582cd65b02cbf7f6f6ba
Author: Gert Wollny <gw.fossdev at gmail.com>
Date: Thu Dec 10 14:36:32 2015 +0100
d/p/use_system_sqlite.patch: Add another change
---
debian/patches/use_debian_sqlite.patch | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/debian/patches/use_debian_sqlite.patch b/debian/patches/use_debian_sqlite.patch
index ba680d1..6bb4130 100644
--- a/debian/patches/use_debian_sqlite.patch
+++ b/debian/patches/use_debian_sqlite.patch
@@ -166,3 +166,27 @@ Index: ugene/src/corelibs/U2Script/U2Script.pri
-}
\ No newline at end of file
+}
+Index: ugene/src/plugins_checker/plugins_checker.pri
+===================================================================
+--- ugene.orig/src/plugins_checker/plugins_checker.pri
++++ ugene/src/plugins_checker/plugins_checker.pri
+@@ -16,7 +16,7 @@ CONFIG -= app_bundle
+ DEFINES+= QT_DLL QT_FATAL_ASSERT
+ INCLUDEPATH += src _tmp ../include ../corelibs/U2Private/src
+
+-LIBS += -L../_release -lU2Core -lU2Algorithm -lU2Formats -lU2Gui -lU2Private -lugenedb -lbreakpad
++LIBS += -L../_release -lU2Core -lU2Algorithm -lU2Formats -lU2Gui -lU2Private -lsqlite3 -lbreakpad
+
+ !debug_and_release|build_pass {
+
+@@ -26,8 +26,8 @@ LIBS += -L../_release -lU2Core -lU2Algor
+ DESTDIR=../_debug
+ MOC_DIR=_tmp/moc/debug
+ OBJECTS_DIR=_tmp/obj/debug
+- LIBS -= -L../_release -lU2Core -lU2Algorithm -lU2Formats -lU2Gui -lU2Private -lugenedb -lbreakpad
+- LIBS += -L../_debug -lU2Cored -lU2Algorithmd -lU2Formatsd -lU2Guid -lU2Privated -lugenedbd -lbreakpadd
++ LIBS -= -L../_release -lU2Core -lU2Algorithm -lU2Formats -lU2Gui -lU2Private -lsqlite3 -lbreakpad
++ LIBS += -L../_debug -lU2Cored -lU2Algorithmd -lU2Formatsd -lU2Guid -lU2Privated -lsqlite3 -lbreakpadd
+ }
+
+ CONFIG(release, debug|release) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ugene.git
More information about the debian-med-commit
mailing list