diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-04 17:56:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-04-04 17:56:16 +0200 |
commit | b6fa40f4d953d7627510e3070bc1247fd7d9694a (patch) | |
tree | 184e8c67fc28fed169bc7511e6a9c10a16561735 /dist.sh | |
parent | 510def1daff70f0227487cbba86907b424cb69b0 (diff) |
Enable Boost profile tests for SQLite
Diffstat (limited to 'dist.sh')
-rwxr-xr-x | dist.sh | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 |