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
910e8421
Commit
910e8421
authored
Mar 31, 2010
by
Jonathan Perkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Try a bunch of fixes.
parent
ccdfb25c
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
7 deletions
+12
-7
libmysqld/CMakeLists.txt
libmysqld/CMakeLists.txt
+1
-1
scripts/CMakeLists.txt
scripts/CMakeLists.txt
+1
-2
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+10
-4
No files found.
libmysqld/CMakeLists.txt
View file @
910e8421
...
...
@@ -133,7 +133,7 @@ ENDIF()
IF
(
UNIX
)
INSTALL_DEBUG_TARGET
(
mysqlserver DESTINATION
${
INSTALL_LIBDIR
}
RENAME
${
CMAKE_STATIC_LIBRARY_PREFIX
}
/
mysqld-debug
)
${
CMAKE_STATIC_LIBRARY_PREFIX
}
mysqld-debug
)
ENDIF
()
IF
(
MSVC AND NOT DISABLE_SHARED
)
...
...
scripts/CMakeLists.txt
View file @
910e8421
...
...
@@ -298,14 +298,13 @@ ELSE()
mysql_secure_installation
mysql_zap
mysqlaccess
mysqlaccess.conf
mysqlbug
mysql_convert_table_format
mysql_find_rows
mysqlhotcopy
mysqldumpslow
mysqld_multi
mysqlaccess
mysqlaccess.conf
mysqld_safe
)
FOREACH
(
file
${
BIN_SCRIPTS
}
)
...
...
support-files/mysql.spec.sh
View file @
910e8421
...
...
@@ -401,21 +401,21 @@ mkdir -p $RBR%{_libdir}/mysql
# check for "icc". (If we don't check, the "--print-libgcc-file" call will fail.)
if
expr
"
$CC
"
:
".*icc.*"
>
/dev/null
;
then
%
define
WITH_LIBGCC 0
%
global
WITH_LIBGCC 0
:
elif
expr
"
$CC
"
:
".*gcc.*"
>
/dev/null
;
then
libgcc
=
`
$CC
$CFLAGS
--print-libgcc-file
`
if
[
-f
$libgcc
]
then
%
define
WITH_LIBGCC 1
%
global
WITH_LIBGCC 1
install
-m
644
$libgcc
$RBR
%
{
_libdir
}
/mysql/libmygcc.a
else
%
define
WITH_LIBGCC 0
%
global
WITH_LIBGCC 0
:
fi
else
%
define
WITH_LIBGCC 0
%
global
WITH_LIBGCC 0
:
fi
...
...
@@ -728,6 +728,7 @@ fi
%attr
(
755, root, root
)
%
{
_sbindir
}
/mysqld
%attr
(
755, root, root
)
%
{
_sbindir
}
/mysqld-debug
%attr
(
755, root, root
)
%
{
_sbindir
}
/rcmysql
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/mypluglib.so
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/semisync_master.so
*
%attr
(
755, root, root
)
%
{
_libdir
}
/mysql/plugin/semisync_slave.so
*
...
...
@@ -747,6 +748,8 @@ fi
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_find_rows
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_waitpid
%attr
(
755, root, root
)
%
{
_bindir
}
/mysqlaccess
# XXX: Silly place to put this script
%attr
(
644, root, root
)
%
{
_bindir
}
/mysqlaccess.conf
%attr
(
755, root, root
)
%
{
_bindir
}
/mysqladmin
%attr
(
755, root, root
)
%
{
_bindir
}
/mysqlbinlog
%attr
(
755, root, root
)
%
{
_bindir
}
/mysqlcheck
...
...
@@ -842,6 +845,7 @@ fi
%endif
%
{
_libdir
}
/mysql/libmysqlclient.a
%
{
_libdir
}
/mysql/libmysqlclient_r.a
%
{
_libdir
}
/mysql/libmysqlservices.a
%if %
{
CLUSTER_BUILD
}
%
{
_libdir
}
/mysql/libndbclient.a
%
{
_libdir
}
/mysql/libndbclient.la
...
...
@@ -872,7 +876,9 @@ fi
%if %
{
EMBEDDED_BUILD
}
%files embedded
%defattr
(
-, root, root, 0755
)
%attr
(
755, root, root
)
%
{
_bindir
}
/mysql_embedded
%attr
(
644, root, root
)
%
{
_libdir
}
/mysql/libmysqld.a
%attr
(
644, root, root
)
%
{
_libdir
}
/mysql/libmysqld-debug.a
%endif
##############################################################################
...
...
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