Navigation Menu

Skip to content

Commit

Permalink
use --with-mysql-build option.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 2, 2010
1 parent 8dfda45 commit 9d6219d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions debian/rules
Expand Up @@ -8,9 +8,8 @@ DEB_INSTALL_DIRS_mysql-server-groonga = \
/usr/lib/mysql/plugin

DEB_CONFIGURE_EXTRA_FLAGS = \
--libdir=/usr/lib/mysql/plugin/ \
--with-mysql=../mysql
--with-mysql=../mysql \
--with-mysql-build=../mysql/builddir

CFLAGS=-g -O3
CXXFLAGS=-g -O3
CPPFLAGS = -I../mysql/builddir/include

0 comments on commit 9d6219d

Please sign in to comment.