[libgda] Fix sqlcipher provider for Windows



commit cc008ac38876c68d9cdcd0070091bd52c8af1d68
Author: Arnel A. Borja <kyoushuu yahoo com>
Date:   Sun Aug 12 21:05:18 2012 +0800

    Fix sqlcipher provider for Windows
    
    - Fixes undefined symbols when compiling sqlcipher provider for Windows

 providers/sqlcipher/Makefile.am |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/providers/sqlcipher/Makefile.am b/providers/sqlcipher/Makefile.am
index b30b9b8..2a36634 100644
--- a/providers/sqlcipher/Makefile.am
+++ b/providers/sqlcipher/Makefile.am
@@ -30,9 +30,10 @@ libgda_sqlcipher_la_SOURCES = \
 	$(sqlite_sources) \
 	libmain.c
 
-libgda_sqlcipher_la_LDFLAGS = -export-dynamic -module -avoid-version $(LIBTOOL_PROV_EXPORT_OPTIONS)
+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)
 
 xmldir   = $(datadir)/libgda-5.0



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]