Navigation Menu

Skip to content

Commit

Permalink
package rpm: use one line for one option
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Jun 4, 2015
1 parent 2cab156 commit 08a1cd1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/rpm/centos/mysql56-community-mroonga.spec.in
Expand Up @@ -77,7 +77,9 @@ 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

0 comments on commit 08a1cd1

Please sign in to comment.