mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
Unconditionally disable dtrace for rpm, barfs on Oracle dtrace
This commit is contained in:
parent
d28b07ae2f
commit
d3625112b1
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue