summaryrefslogtreecommitdiff
path: root/src/poi-service
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2018-08-31 16:48:47 +0200
committerasanoaozora <fifitaneki@hotmail.com>2018-08-31 16:48:47 +0200
commitb7c2c11d1073c3d3c611002c15e24c4d866ef39a (patch)
tree0cd5bba553c4e32514d320239d48ed814f84a3b9 /src/poi-service
parent9346ef5281125ab7ea81d8e4ec13e9b3ed1b427b (diff)
downloadpoi-service-b7c2c11d1073c3d3c611002c15e24c4d866ef39a.tar.gz
Align with latest version of navit, fix some issues
Built with gcc 7.3.0, tested on Ubuntu 18.04
Diffstat (limited to 'src/poi-service')
-rwxr-xr-xsrc/poi-service/poi-manager-server/build.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/poi-service/poi-manager-server/build.sh b/src/poi-service/poi-manager-server/build.sh
index 9769fad..8fb1564 100755
--- a/src/poi-service/poi-manager-server/build.sh
+++ b/src/poi-service/poi-manager-server/build.sh
@@ -22,17 +22,17 @@ do
done
set -e
-if [ ! $COMMONAPI_TOOL_DIR ]
+if [ ! $COMMONAPI_TOOL_GENERATOR ]
then
- echo 'Set the dir of the common api tools'
- echo 'export COMMONAPI_TOOL_DIR=<path>'
+ echo 'Set the link to the common api generator'
+ echo 'export COMMONAPI_TOOL_GENERATOR=<tool>'
exit 1
fi
-if [ ! $COMMONAPI_DBUS_TOOL_DIR ]
+if [ ! $COMMONAPI_DBUS_TOOL_GENERATOR ]
then
- echo 'Set the dir of the common api dbus tools'
- echo 'export COMMONAPI_DBUS_TOOL_DIR=<path>'
+ echo 'Set the link to the common api dbus generator'
+ echo 'export COMMONAPI_DBUS_TOOL_GENERATOR=<tool>'
exit 1
fi
@@ -43,7 +43,7 @@ then
exit 1
fi
-commonapi_tools_option="-DDBUS_LIB_PATH="$DBUS_LIB_PATH" -DCOMMONAPI_DBUS_TOOL_DIR="$COMMONAPI_DBUS_TOOL_DIR" -DCOMMONAPI_TOOL_DIR="$COMMONAPI_TOOL_DIR
+commonapi_tools_option="-DDBUS_LIB_PATH="$DBUS_LIB_PATH" -DCOMMONAPI_DBUS_TOOL_GENERATOR="$COMMONAPI_DBUS_TOOL_GENERATOR" -DCOMMONAPI_TOOL_GENERATOR="$COMMONAPI_TOOL_GENERATOR
if [ "$clean" = 1 ]