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
b631743a
Commit
b631743a
authored
Jul 02, 2014
by
Bjorn Munch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Unconditionally disable dtrace for rpm, barfs on Oracle dtrace
parent
300dcbd6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
support-files/mysql.spec.sh
support-files/mysql.spec.sh
+6
-1
No files found.
support-files/mysql.spec.sh
View file @
b631743a
...
...
@@ -30,7 +30,7 @@
%global mysqld_group mysql
%global mysqldatadir /var/lib/mysql
%global release
1
%global release
2
#
...
...
@@ -511,6 +511,7 @@ mkdir debug
# XXX: install_layout so we can't just set it based on INSTALL_LAYOUT=RPM
${
CMAKE
}
../%
{
src_dir
}
-DBUILD_CONFIG
=
mysql_release
-DINSTALL_LAYOUT
=
RPM
\
-DCMAKE_BUILD_TYPE
=
Debug
\
-DENABLE_DTRACE
=
OFF
\
-DMYSQL_UNIX_ADDR
=
"%{mysqldatadir}/mysql.sock"
\
-DFEATURE_SET
=
"%{feature_set}"
\
-DCOMPILATION_COMMENT
=
"%{compilation_comment_debug}"
\
...
...
@@ -526,6 +527,7 @@ mkdir release
# XXX: install_layout so we can't just set it based on INSTALL_LAYOUT=RPM
${
CMAKE
}
../%
{
src_dir
}
-DBUILD_CONFIG
=
mysql_release
-DINSTALL_LAYOUT
=
RPM
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
-DENABLE_DTRACE
=
OFF
\
-DMYSQL_UNIX_ADDR
=
"%{mysqldatadir}/mysql.sock"
\
-DFEATURE_SET
=
"%{feature_set}"
\
-DCOMPILATION_COMMENT
=
"%{compilation_comment_release}"
\
...
...
@@ -1217,6 +1219,9 @@ echo "=====" >> $STATUS_HISTORY
# merging BK trees)
##############################################################################
%changelog
*
Wed Jul 02 2014 Bjorn Munch <bjorn.munch@oracle.com>
- Disable dtrace unconditionally, breaks after we
install
Oracle dtrace
*
Wed Oct 30 2013 Balasubramanian Kandasamy <balasubramanian.kandasamy@oracle.com>
- Removed non gpl file docs/mysql.info from community packages
...
...
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