]> git.pld-linux.org Git - packages/libgda6.git/commitdiff
- rel 7; libgda includes dbsql.h (from db5.3-sql-devel) and sqlite3.h (from sqlite3...
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Oct 2016 21:03:27 +0000 (23:03 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 18 Oct 2016 21:03:27 +0000 (23:03 +0200)
libgda5-sqlite.patch [new file with mode: 0644]
libgda5.spec

diff --git a/libgda5-sqlite.patch b/libgda5-sqlite.patch
new file mode 100644 (file)
index 0000000..eda2910
--- /dev/null
@@ -0,0 +1,19 @@
+--- libgda-5.2.4/libgda/sqlite/gda-sqlite-pstmt.h~     2015-06-12 22:05:14.000000000 +0200
++++ libgda-5.2.4/libgda/sqlite/gda-sqlite-pstmt.h      2016-10-18 22:45:26.179827250 +0200
+@@ -24,12 +24,16 @@
+ #ifdef STATIC_SQLITE
+ #include "sqlite-src/sqlite3.h"
+ #else
++  #ifdef WITH_BDBSQLITE
++    #include <dbsql.h>
++  #else
+ #  ifdef HAVE_SQLITE
+ #    include <sqlite3.h>
+ #  else
+ #    include "sqlite-src/sqlite3.h"
+ #endif
+ #endif
++#endif
+ G_BEGIN_DECLS
index d509ad6f88f47e44b7bfbb11af53f688cc02655f..dcdbdd9fae477dd4e2b142f72b4b6fa2bfe20e3f 100644 (file)
@@ -23,7 +23,7 @@ Summary:      GNU Data Access library
 Summary(pl.UTF-8):     Biblioteka GNU Data Access
 Name:          libgda5
 Version:       5.2.4
-Release:       6
+Release:       7
 License:       LGPL v2+/GPL v2+
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/libgda/5.2/libgda-%{version}.tar.xz
@@ -36,6 +36,7 @@ Patch4:               %{name}-yelp.patch
 Patch5:                java-arch.patch
 Patch6:                java8.patch
 Patch7:                vapigen-detect.patch
+Patch8:                %{name}-sqlite.patch
 URL:           http://www.gnome-db.org/
 %{?with_firebird:BuildRequires:        Firebird-devel}
 BuildRequires: autoconf >= 2.68
@@ -391,6 +392,7 @@ Narzędzia graficzne dla GDA.
 %patch5 -p1
 %patch6 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
 # included version is bash-specific, use system file
This page took 0.076335 seconds and 4 git commands to generate.