From 98f6e6f2f5cebff88d8b9d1ad82cfa603c0b70be Mon Sep 17 00:00:00 2001 From: "Nathan S. Evans" Date: Thu, 5 Aug 2010 12:37:42 +0000 Subject: [PATCH] mysql fix for certain distros --- src/datastore/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/datastore/Makefile.am b/src/datastore/Makefile.am index 9fd0253f3..a96e22d4c 100644 --- a/src/datastore/Makefile.am +++ b/src/datastore/Makefile.am @@ -73,7 +73,7 @@ libgnunet_plugin_datastore_mysql_la_LIBADD = \ $(top_builddir)/src/statistics/libgnunetstatistics.la \ $(top_builddir)/src/util/libgnunetutil.la $(XLIBS) -lz -lsqlite3 libgnunet_plugin_datastore_mysql_la_LDFLAGS = \ - $(GN_PLUGIN_LDFLAGS) -lmysqlclient + $(GN_PLUGIN_LDFLAGS) $(MYSQL_LDFLAGS) -lmysqlclient libgnunet_plugin_datastore_sqlite_la_CPFLAGS = \ $(MYSQL_CPPFLAGS) -- 2.25.1