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
d7c4d32b
Commit
d7c4d32b
authored
Feb 02, 2005
by
joreland@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ndb - (backport from 4.1)
Fix weird link error on sol9x86 - use incremental linker
parent
fc80e0a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
configure.in
configure.in
+9
-0
No files found.
configure.in
View file @
d7c4d32b
...
@@ -2954,6 +2954,15 @@ EOF
...
@@ -2954,6 +2954,15 @@ EOF
AC_CONFIG_SUBDIRS
(
innobase
)
AC_CONFIG_SUBDIRS
(
innobase
)
fi
fi
case
$SYSTEM_TYPE
-
$MACHINE_TYPE
-
$ac_cv_prog_gcc
-
$have_ndbcluster
in
*
solaris
*
-i
?86-no-yes
)
# ndb fail for whatever strange reason to link Sun Forte/x86
# unless using incremental linker
CXXFLAGS
=
"
$CXXFLAGS
-xildon"
;;
*
)
;;
esac
if
test
X
"
$have_ndbcluster
"
=
Xyes
if
test
X
"
$have_ndbcluster
"
=
Xyes
then
then
if
test
X
"
$mysql_cv_compress
"
!=
Xyes
if
test
X
"
$mysql_cv_compress
"
!=
Xyes
...
...
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