Navigation Menu

Skip to content

Commit

Permalink
rpm centos: make mroonga configure options customizable
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 2, 2012
1 parent 2744420 commit e72628c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/rpm/centos/mysql-mroonga.spec.in
Expand Up @@ -104,7 +104,8 @@ 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} \
%{?mroonga_configure_options}
make %{?_smp_mflags}


Expand Down Expand Up @@ -171,6 +172,7 @@ fi
* Wed Aug 29 2012 Kouhei Sutou <kou@clear-code.com> - 2.06-0
- new upstream release.
- make MySQL spec file name customizable.
- make mroonga configure options customizable.

* Sun Jul 29 2012 HAYASHI Kentaro <hayashi@clear-code.com> - 2.05-0
- new upstream release.
Expand Down

0 comments on commit e72628c

Please sign in to comment.