[libgda] Cleaned up Windows compilation of providers
- From: Vivien Malerba <vivien src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda] Cleaned up Windows compilation of providers
- Date: Sat, 25 Aug 2012 15:56:30 +0000 (UTC)
commit 3e8ac8fe44a6937f330730f77cfe9bf36064ff0d
Author: Vivien Malerba <malerba gnome-db org>
Date: Fri Aug 24 22:39:43 2012 +0200
Cleaned up Windows compilation of providers
following bug introduced in commit cc008ac38876c68d9cdcd0070091bd52c8af1d68
libgda/libgda.symbols | 4 ++++
providers/sqlcipher/Makefile.am | 3 ++-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/libgda/libgda.symbols b/libgda/libgda.symbols
index 2ce5898..c25469c 100644
--- a/libgda/libgda.symbols
+++ b/libgda/libgda.symbols
@@ -8,6 +8,10 @@
fnYM49765777344607__gda_gbr_find_locale_dir
fnYM49765777344607__gda_gbr_find_prefix
fnYM49765777344607__gda_gbr_find_sbin_dir
+ _gda_server_operation_new_from_string
+ _split_identifier_string
+ _gda_vconnection_change_working_obj
+ _gda_vconnection_set_working_obj
gda_alphanum_to_text
gda_attributes_manager_clear
gda_attributes_manager_copy
diff --git a/providers/sqlcipher/Makefile.am b/providers/sqlcipher/Makefile.am
index 2a36634..21f629a 100644
--- a/providers/sqlcipher/Makefile.am
+++ b/providers/sqlcipher/Makefile.am
@@ -13,7 +13,7 @@ AM_CPPFLAGS = \
$(COREDEPS_CFLAGS) \
$(LIBCRYPTO_CFLAGS) \
$(sqliteinc) \
- -DSQLITE_HAS_CODEC -DSQLITE_API= -DSQLITE_PRIVATE= -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_THREADSAFE=1 -DSQLITE_OMIT_LOAD_EXTENSION=1
+ -DSQLITE_HAS_CODEC -DSQLITE_API= -DSQLITE_PRIVATE= -DSQLITE_ENABLE_COLUMN_METADATA -DSQLITE_THREADSAFE=1
sqlite_sources = sqlite3.c sqlite3.h
@@ -32,6 +32,7 @@ libgda_sqlcipher_la_SOURCES = \
libgda_sqlcipher_la_LDFLAGS = -export-dynamic -module -avoid-version $(NO_UNDEFINED) $(LIBTOOL_PROV_EXPORT_OPTIONS)
libgda_sqlcipher_la_LIBADD = \
+ $(top_builddir)/libgda/sqlite/libgda-sqlcipher.la \
$(top_builddir)/libgda/libgda-5.0.la \
$(COREDEPS_LIBS) \
$(LIBCRYPTO_LIBS)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]