~percona-core/percona-xtrabackup/2.0

« back to all changes in this revision

Viewing changes to utils/build.sh

  • Committer: Alexey Kopytov
  • Date: 2013-04-16 11:06:01 UTC
  • mto: This revision was merged to the branch mainline in revision 532.
  • Revision ID: akopytov@gmail.com-20130416110601-ftpxslf3e592319n
Bug #1169509: innodb56 target also needs -DENABLE_DTRACE=OFF like
              innodb55 one

Disabled DTrace support for innodb56.

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
                -DWITH_INNOBASE_STORAGE_ENGINE=ON \
282
282
                -DWITH_ZLIB=bundled \
283
283
                -DWITH_EXTRA_CHARSETS=all \
284
 
                -DWITH_EMBEDDED_SERVER=1 $extra_config_55plus"
 
284
                -DWITH_EMBEDDED_SERVER=1 \
 
285
                -DENABLE_DTRACE=OFF $extra_config_55plus"
285
286
        build_all $type
286
287
        ;;
287
288