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
d29c6a25
Commit
d29c6a25
authored
Jan 19, 2007
by
mtaylor@qualinost.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge qualinost.(none):/home/mtaylor/src/mysql-5.0-maint
into qualinost.(none):/home/mtaylor/src/mysql-5.1-new-maint
parents
d116ff29
8e6f3ab3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
3 deletions
+6
-3
.bzrignore
.bzrignore
+2
-1
configure.in
configure.in
+2
-2
storage/ndb/src/Makefile.am
storage/ndb/src/Makefile.am
+2
-0
No files found.
.bzrignore
View file @
d29c6a25
...
...
@@ -1644,6 +1644,7 @@ ndb/src/kernel/error/liberror.dsp
ndb/src/kernel/ndbd
ndb/src/kernel/ndbd.dsp
ndb/src/kernel/vm/libkernel.dsp
ndb/src/libndb.ver
ndb/src/libndbclient.dsp
ndb/src/mgmapi/libmgmapi.dsp
ndb/src/mgmclient/libndbmgmclient.dsp
...
...
@@ -2638,6 +2639,7 @@ storage/ndb/src/kernel/error/liberror.dsp
storage/ndb/src/kernel/ndbd
storage/ndb/src/kernel/ndbd.dsp
storage/ndb/src/kernel/vm/libkernel.dsp
storage/ndb/src/libndb.ver
storage/ndb/src/libndbclient.dsp
storage/ndb/src/mgmapi/libmgmapi.dsp
storage/ndb/src/mgmclient/libndbmgmclient.dsp
...
...
@@ -2934,4 +2936,3 @@ win/vs71cache.txt
win/vs8cache.txt
zlib/*.ds?
zlib/*.vcproj
storage/ndb/src/libndb.ver
configure.in
View file @
d29c6a25
...
...
@@ -360,8 +360,8 @@ AC_SUBST(LD_VERSION_SCRIPT)
# libndbclient versioning when linked with GNU ld.
if
$LD
--version
2>/dev/null|grep
-q
GNU
;
then
NDB_LD_VERSION_SCRIPT
=
"-Wl,--version-script=
\$
(top_builddir)/
storage/
ndb/src/libndb.ver"
AC_CONFIG_FILES
(
storage/
ndb/src/libndb.ver
)
NDB_LD_VERSION_SCRIPT
=
"-Wl,--version-script=
\$
(top_builddir)/ndb/src/libndb.ver"
AC_CONFIG_FILES
(
ndb/src/libndb.ver
)
fi
AC_SUBST
(
NDB_LD_VERSION_SCRIPT
)
...
...
storage/ndb/src/Makefile.am
View file @
d29c6a25
...
...
@@ -23,6 +23,8 @@ libndbclient_la_SOURCES =
libndbclient_la_LDFLAGS
=
-version-info
@NDB_SHARED_LIB_VERSION@ @NDB_LD_VERSION_SCRIPT@
BUILT_SOURCES
=
libndb.ver
libndbclient_la_LIBADD
=
\
ndbapi/libndbapi.la
\
common/transporter/libtransporter.la
\
...
...
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