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
50698418
Commit
50698418
authored
Jan 05, 2012
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixes for opensolaris compilation failures
parent
d2617343
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
3 deletions
+13
-3
BUILD/compile-solaris-amd64
BUILD/compile-solaris-amd64
+1
-1
dbug/dbug.c
dbug/dbug.c
+10
-0
mysql-test/suite/federated/federated_debug-master.opt
mysql-test/suite/federated/federated_debug-master.opt
+1
-1
mysys/CMakeLists.txt
mysys/CMakeLists.txt
+1
-1
No files found.
BUILD/compile-solaris-amd64
View file @
50698418
...
@@ -26,7 +26,7 @@ path=`dirname $0`
...
@@ -26,7 +26,7 @@ path=`dirname $0`
extra_flags
=
"
$amd64_cflags
-D__sun -m64 -mtune=athlon64"
extra_flags
=
"
$amd64_cflags
-D__sun -m64 -mtune=athlon64"
extra_configs
=
"
$amd64_configs
$max_configs
--with-libevent"
extra_configs
=
"
$amd64_configs
$max_configs
--with-libevent"
LDFLAGS
=
"-lmtmalloc -R/usr/sfw/lib/64"
LDFLAGS
=
"-
m64 -
lmtmalloc -R/usr/sfw/lib/64"
export
LDFLAGS
export
LDFLAGS
.
"
$path
/FINISH.sh"
.
"
$path
/FINISH.sh"
dbug/dbug.c
View file @
50698418
...
@@ -2147,4 +2147,14 @@ const char* _db_get_func_(void)
...
@@ -2147,4 +2147,14 @@ const char* _db_get_func_(void)
return
cs
->
func
;
return
cs
->
func
;
}
}
#else
/*
* Dummy function, workaround for build failure on a platform where linking
* with an empty archive fails.
*/
int
i_am_a_dummy_function
()
{
return
0
;
}
#endif
/* DBUG_OFF */
#endif
/* DBUG_OFF */
mysql-test/suite/federated/federated_debug-master.opt
View file @
50698418
--loose-debug=d,simulate_detached_thread_refresh
--loose-debug
-dbug
=d,simulate_detached_thread_refresh
mysys/CMakeLists.txt
View file @
50698418
...
@@ -66,7 +66,7 @@ ENDIF()
...
@@ -66,7 +66,7 @@ ENDIF()
ADD_CONVENIENCE_LIBRARY
(
mysys
${
MYSYS_SOURCES
}
)
ADD_CONVENIENCE_LIBRARY
(
mysys
${
MYSYS_SOURCES
}
)
TARGET_LINK_LIBRARIES
(
mysys dbug strings
${
ZLIB_LIBRARY
}
TARGET_LINK_LIBRARIES
(
mysys dbug strings
${
ZLIB_LIBRARY
}
${
LIBNSL
}
${
LIBM
}
${
LIBRT
}
)
${
LIBNSL
}
${
LIBM
}
${
LIBRT
}
${
LIBSOCKET
}
)
DTRACE_INSTRUMENT
(
mysys
)
DTRACE_INSTRUMENT
(
mysys
)
IF
(
HAVE_BFD_H
)
IF
(
HAVE_BFD_H
)
...
...
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