summaryrefslogtreecommitdiff
path: root/src/poi-service/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/poi-service/build.sh')
-rwxr-xr-xsrc/poi-service/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/poi-service/build.sh b/src/poi-service/build.sh
index ba31142..a1f0e8a 100755
--- a/src/poi-service/build.sh
+++ b/src/poi-service/build.sh
@@ -56,7 +56,7 @@ function check_path_for_capi
echo 'export DBUS_LIB_PATH=<path>'
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="-DWITH_PLUGIN_MIGRATION=ON -DDBUS_LIB_PATH="$DBUS_LIB_PATH" -DCOMMONAPI_DBUS_TOOL_DIR="$COMMONAPI_DBUS_TOOL_DIR" -DCOMMONAPI_TOOL_DIR="$COMMONAPI_TOOL_DIR
}
while getopts cdhlmh opt