summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre GRANDIN <grandinp@altern.org>2015-07-20 14:11:51 -0700
committerPierre GRANDIN <grandinp@altern.org>2015-07-20 14:11:51 -0700
commit4c12211b07837e062926dd04328ccaafa615720b (patch)
tree6ce5922053d7a12ee4ec21552ad40d706f77707b
parent9189a103516b406329b0a1d5fefdea77d31b1127 (diff)
downloadnavit-4c12211b07837e062926dd04328ccaafa615720b.tar.gz
Using configure requires the use of autogen
-rw-r--r--ci/build_tomtom.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/build_tomtom.sh b/ci/build_tomtom.sh
index 1e7c10713..f437f7266 100644
--- a/ci/build_tomtom.sh
+++ b/ci/build_tomtom.sh
@@ -216,6 +216,7 @@ then
cd tomtom-build
sed -i "s|set ( TOMTOM_SDK_DIR /opt/tomtom-sdk )|set ( TOMTOM_SDK_DIR $TOMTOM_SDK_DIR )|g" /tmp/toolchain-$ARCH.cmake
# cmake .. -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_TOOLCHAIN_FILE=/tmp/toolchain-$ARCH.cmake -DDISABLE_QT=ON -DSHARED_LIBNAVIT=ON
+ ./autogen.sh
./configure --prefix=$PREFIX --build=i686-gnu-linux --target=$ARCH --host=$ARCH --enable-cache-size=1048576 --disable-postgresql --disable-fontconfig --disable-graphics-opengl --with-included-gettext --disable-binding-python --disable-binding-dbus --disable-nls --disable-rpath --disable-graphics-gtk-drawing-area --disable-graphics-qt-qpainter --disable-gui-gtk --disable-speech-android --disable-speech-speech-dispatcher --disable-vehicle-android --disable-vehicle-gypsy --disable-vehicle-maemo --disable-vehicle-null --disable-vehicle-wince --disable-binding-dbus-use-system-bus --disable-hildon --disable-osso --disable-maptool --disable-samplemap --disable-gmodule --disable-garmin --disable-map-mg --disable-graphics-null --disable-vehicle-demo --enable-svg2png-scaling=16,32,48 --enable-svg2png-scaling-flag=16 --enable-svg2png-scaling-nav=48
make -j$JOBS
make install