summaryrefslogtreecommitdiff
path: root/dist.sh
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-04-04 17:56:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-04-04 17:56:16 +0200
commitb6fa40f4d953d7627510e3070bc1247fd7d9694a (patch)
tree184e8c67fc28fed169bc7511e6a9c10a16561735 /dist.sh
parent510def1daff70f0227487cbba86907b424cb69b0 (diff)
Enable Boost profile tests for SQLite
Diffstat (limited to 'dist.sh')
-rwxr-xr-xdist.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/dist.sh b/dist.sh
index 0880686..37aa447 100755
--- a/dist.sh
+++ b/dist.sh
@@ -245,14 +245,13 @@ for d in $db; do
mkdir -p $out_root/odb-tests-$d
cd $out_root/odb-tests-$d
-# @@ --with-libodb-boost=../libodb-boost \
-
if [ $rebuild = y ]; then
../odb-tests/configure \
--with-database=$d \
--with-libodb=../libodb \
--with-libodb-tracer=../libodb-tracer \
--with-libodb-$d=../libodb-$d \
+--with-libodb-boost=../libodb-boost \
CXXFLAGS="$CXXFLAGS" \
ODB=$odb
fi
@@ -293,13 +292,12 @@ for d in $db; do
mkdir -p $out_root/odb-examples-$d
cd $out_root/odb-examples-$d
-# @@ --with-libodb-boost=../libodb-boost \
-
if [ $rebuild = y ]; then
../odb-examples/configure \
--with-database=$d \
--with-libodb=../libodb \
--with-libodb-$d=../libodb-$d \
+--with-libodb-boost=../libodb-boost \
CXXFLAGS="$CXXFLAGS" \
ODB=$odb
fi