Navigation Menu

Skip to content

Commit

Permalink
rpm fedora: add missing \ (backslash) for continuous line
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Jul 30, 2013
1 parent e188c1d commit 9c233b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/rpm/fedora/mariadb-mroonga.spec.in
Expand Up @@ -53,7 +53,7 @@ fi
%configure CPPFLAGS="-DDISABLE_DTRACE" \
--disable-static \
--with-mysql-source=../mariadb-%{mariadb_version} \
--enable-fast-mutexes
--enable-fast-mutexes \
%{?mroonga_configure_options}
make %{?_smp_mflags}

Expand Down
2 changes: 1 addition & 1 deletion packages/rpm/fedora/mysql-mroonga.spec.in
Expand Up @@ -53,7 +53,7 @@ fi
%configure CPPFLAGS="-DDISABLE_DTRACE" \
--disable-static \
--with-mysql-source=../mysql-%{mysql_version} \
--disable-fast-mutexes
--disable-fast-mutexes \
%{?mroonga_configure_options}
make %{?_smp_mflags}

Expand Down

0 comments on commit 9c233b3

Please sign in to comment.