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
83d5333f
Commit
83d5333f
authored
Jul 16, 2001
by
monty@hundin.mysql.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix that libmysqlclient_r can be compiled with mit-pthreads on Linux
parent
ecefc69c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
configure.in
configure.in
+7
-1
No files found.
configure.in
View file @
83d5333f
...
...
@@ -805,6 +805,7 @@ case $SYSTEM_TYPE in
echo
"Adding flag -Dunix"
CFLAGS
=
"
$CFLAGS
-Dunix"
CXXFLAGS
=
"
$CXXFLAGS
-Dunix"
OVERRIDE_MT_LD_ADD
=
"
\$
(top_srcdir)/mit-pthreads/obj/libpthread.a"
;;
*
bsdi
*
)
echo
"Adding fix for BSDI"
...
...
@@ -2051,7 +2052,12 @@ EOF
AC_DEFINE
(
HAVE_mit_thread
)
MT_INCLUDES
=
"-I
\$
(top_srcdir)/mit-pthreads/include"
AC_SUBST
(
MT_INCLUDES
)
MT_LD_ADD
=
"
\$
(top_srcdir)/mit-pthreads/obj/libpthread.a"
if
test
-n
"
$OVERRIDE_MT_LD_ADD
"
then
MT_LD_ADD
=
"
$OVERRIDE_MT_LD_ADD
"
else
MT_LD_ADD
=
"-L
\$
(top_srcdir)/mit-pthreads/obj/ -lpthread.a"
fi
AC_SUBST
(
MT_LD_ADD
)
echo
""
echo
"Configuring MIT Pthreads"
...
...
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