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
3fdf318e
Commit
3fdf318e
authored
Jan 18, 2007
by
mtaylor@qualinost.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added configure section to deal with actually versioning symbols.
parent
1dc919a0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
configure.in
configure.in
+8
-0
No files found.
configure.in
View file @
3fdf318e
...
...
@@ -388,6 +388,14 @@ if $LD --version 2>/dev/null|grep -q GNU; then
fi
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
)
fi
AC_SUBST
(
NDB_LD_VERSION_SCRIPT
)
# Avoid bug in fcntl on some versions of linux
AC_MSG_CHECKING
([
if
we should use
'skip-external-locking'
as default
for
$target_os
])
# Any variation of Linux
...
...
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