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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
9e24d548
Commit
9e24d548
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
14c3bfa9
dab88cfa
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
9 deletions
+0
-9
configure.in
configure.in
+0
-7
storage/ndb/src/Makefile.am
storage/ndb/src/Makefile.am
+0
-2
No files found.
configure.in
View file @
9e24d548
...
...
@@ -358,13 +358,6 @@ 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
])
...
...
storage/ndb/src/Makefile.am
View file @
9e24d548
...
...
@@ -23,8 +23,6 @@ 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