Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7bab240f
Commit
7bab240f
authored
Sep 12, 2010
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
build federared* with libmysqlservices
parent
d5f0c62a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
storage/federated/Makefile.am
storage/federated/Makefile.am
+2
-1
storage/federatedx/Makefile.am
storage/federatedx/Makefile.am
+2
-1
No files found.
storage/federated/Makefile.am
View file @
7bab240f
...
...
@@ -32,7 +32,8 @@ noinst_HEADERS = ha_federated.h
EXTRA_LTLIBRARIES
=
ha_federated.la
pkgplugin_LTLIBRARIES
=
@plugin_federated_shared_target@
ha_federated_la_LDFLAGS
=
-module
-rpath
$(pkgplugindir)
ha_federated_la_LDFLAGS
=
-module
-rpath
$(pkgplugindir)
\
-L
$(top_builddir)
/libservices
-lmysqlservices
ha_federated_la_CXXFLAGS
=
-shared
$(AM_CXXFLAGS)
-DMYSQL_DYNAMIC_PLUGIN
ha_federated_la_CFLAGS
=
-shared
$(AM_CFLAGS)
-DMYSQL_DYNAMIC_PLUGIN
ha_federated_la_SOURCES
=
ha_federated.cc
$(top_srcdir)
/mysys/string.c
...
...
storage/federatedx/Makefile.am
View file @
7bab240f
...
...
@@ -19,7 +19,8 @@ noinst_HEADERS = ha_federatedx.h federatedx_probes.h
EXTRA_LTLIBRARIES
=
ha_federatedx.la
pkgplugin_LTLIBRARIES
=
@plugin_federatedx_shared_target@
ha_federatedx_la_LDFLAGS
=
-module
-rpath
$(pkgplugindir)
ha_federatedx_la_LDFLAGS
=
-module
-rpath
$(pkgplugindir)
\
-L
$(top_builddir)
/libservices
-lmysqlservices
ha_federatedx_la_CXXFLAGS
=
-shared
$(AM_CXXFLAGS)
-DMYSQL_DYNAMIC_PLUGIN
ha_federatedx_la_CFLAGS
=
-shared
$(AM_CFLAGS)
-DMYSQL_DYNAMIC_PLUGIN
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment