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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
9c1f9560
Commit
9c1f9560
authored
Apr 12, 2010
by
Jonathan Perkin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixups.
parent
273f9e91
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+10
-10
No files found.
support-files/mysql.spec.sh
View file @
9c1f9560
...
@@ -86,11 +86,11 @@
...
@@ -86,11 +86,11 @@
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
# Server comment strings
# Server comment strings
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
%if %
{
undefined
server
_comment_debug
}
%if %
{
undefined
compilation
_comment_debug
}
%define
server_comment_debug
MySQL Community Server - Debug
(
GPL
)
%define
compilation_comment_debug
MySQL Community Server - Debug
(
GPL
)
%endif
%endif
%if %
{
undefined
server
_comment_release
}
%if %
{
undefined
compilation
_comment_release
}
%define
server_comment_release
MySQL Community Server
(
GPL
)
%define
compilation_comment_release
MySQL Community Server
(
GPL
)
%endif
%endif
# ----------------------------------------------------------------------------
# ----------------------------------------------------------------------------
...
@@ -365,9 +365,9 @@ mkdir debug
...
@@ -365,9 +365,9 @@ mkdir debug
${
CMAKE
}
../%
{
src_dir
}
-DBUILD_CONFIG
=
mysql_release
-DINSTALL_LAYOUT
=
RPM
\
${
CMAKE
}
../%
{
src_dir
}
-DBUILD_CONFIG
=
mysql_release
-DINSTALL_LAYOUT
=
RPM
\
-DCMAKE_BUILD_TYPE
=
Debug
\
-DCMAKE_BUILD_TYPE
=
Debug
\
-DMYSQL_UNIX_ADDR
=
"/var/lib/mysql/mysql.sock"
\
-DMYSQL_UNIX_ADDR
=
"/var/lib/mysql/mysql.sock"
\
-DFEATURE_SET
=
%
{
feature_set
}
\
-DFEATURE_SET
=
"%{feature_set}"
\
-DCOMPILATION_COMMENT
=
%
{
compilation_comment_debug
}
\
-DCOMPILATION_COMMENT
=
"%{compilation_comment_debug}"
\
-DMYSQL_SERVER_SUFFIX
=
%
{
server_suffix
}
-DMYSQL_SERVER_SUFFIX
=
"%{server_suffix}"
make
VERBOSE
=
1 mysqld mysqlserver
make
VERBOSE
=
1 mysqld mysqlserver
)
)
# Build full release
# Build full release
...
@@ -379,9 +379,9 @@ mkdir release
...
@@ -379,9 +379,9 @@ mkdir release
${
CMAKE
}
../%
{
src_dir
}
-DBUILD_CONFIG
=
mysql_release
-DINSTALL_LAYOUT
=
RPM
\
${
CMAKE
}
../%
{
src_dir
}
-DBUILD_CONFIG
=
mysql_release
-DINSTALL_LAYOUT
=
RPM
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DMYSQL_UNIX_ADDR
=
"/var/lib/mysql/mysql.sock"
\
-DMYSQL_UNIX_ADDR
=
"/var/lib/mysql/mysql.sock"
\
-DFEATURE_SET
=
%
{
feature_set
}
\
-DFEATURE_SET
=
"%{feature_set}"
\
-DCOMPILATION_COMMENT
=
%
{
compilation_comment_release
}
\
-DCOMPILATION_COMMENT
=
"%{compilation_comment_release}"
\
-DMYSQL_SERVER_SUFFIX
=
%
{
server_suffix
}
-DMYSQL_SERVER_SUFFIX
=
"%{server_suffix}"
make
VERBOSE
=
1
make
VERBOSE
=
1
)
)
...
...
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