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
fd75030f
Commit
fd75030f
authored
Jan 18, 2007
by
mtaylor@qualinost.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added version script information to actually version the symbols.
parent
7d2d1307
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
1 deletion
+12
-1
configure.in
configure.in
+9
-0
ndb/src/Makefile.am
ndb/src/Makefile.am
+1
-1
ndb/src/libndb.ver.in
ndb/src/libndb.ver.in
+2
-0
No files found.
configure.in
View file @
fd75030f
...
@@ -449,6 +449,15 @@ if $LD --version 2>/dev/null|grep -q GNU; then
...
@@ -449,6 +449,15 @@ if $LD --version 2>/dev/null|grep -q GNU; then
fi
fi
AC_SUBST
(
LD_VERSION_SCRIPT
)
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)/ndb/src/libndb.ver"
AC_CONFIG_FILES
(
ndb/src/libndb.ver
)
fi
AC_SUBST
(
NDB_LD_VERSION_SCRIPT
)
# Avoid bug in fcntl on some versions of linux
# Avoid bug in fcntl on some versions of linux
AC_MSG_CHECKING
([
if
we should use
'skip-external-locking'
as default
for
$target_os
])
AC_MSG_CHECKING
([
if
we should use
'skip-external-locking'
as default
for
$target_os
])
# Any wariation of Linux
# Any wariation of Linux
...
...
ndb/src/Makefile.am
View file @
fd75030f
...
@@ -6,7 +6,7 @@ ndblib_LTLIBRARIES = libndbclient.la
...
@@ -6,7 +6,7 @@ ndblib_LTLIBRARIES = libndbclient.la
libndbclient_la_SOURCES
=
libndbclient_la_SOURCES
=
libndbclient_la_LDFLAGS
=
-version-info
@NDB_SHARED_LIB_VERSION@
libndbclient_la_LDFLAGS
=
-version-info
@NDB_SHARED_LIB_VERSION@
@NDB_LD_VERSION_SCRIPT@
libndbclient_la_LIBADD
=
\
libndbclient_la_LIBADD
=
\
ndbapi/libndbapi.la
\
ndbapi/libndbapi.la
\
...
...
ndb/src/libndb.ver.in
0 → 100644
View file @
fd75030f
libndbclient_@NDB_SHARED_LIB_MAJOR_VERSION@ { global: *; };
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