Navigation Menu

Skip to content

Commit

Permalink
Refrect a431ffb into percona-server-56-mroonga.
Browse files Browse the repository at this point in the history
  • Loading branch information
yoku0825 committed Aug 7, 2015
1 parent a879db6 commit 9815e15
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/rpm/centos/percona-server-56-mroonga.spec.in
Expand Up @@ -16,7 +16,7 @@

Name: percona-server-56-mroonga
Version: @VERSION@
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A fast fulltext searchable storage engine for MySQL

Group: Applications/Databases
Expand Down Expand Up @@ -71,7 +71,10 @@ if [ ! -d ${mysql_source} ]; then
--define 'optflags -O0' \
../../SPECS/%{mysql_spec_file}
fi
%configure --disable-static --with-mysql-source=${mysql_source} \
%configure \
--disable-static \
--with-mysql-source=${mysql_source} \
--enable-fast-mutexes \
%{?mroonga_configure_options}
make %{?_smp_mflags}

Expand Down

0 comments on commit 9815e15

Please sign in to comment.