Commit 8a08d486 authored by Pavel Vainerman's avatar Pavel Vainerman

Исправления для сборки в travis

parent b7dbca76
...@@ -33,7 +33,7 @@ before_script: ...@@ -33,7 +33,7 @@ before_script:
# due broken comedi # due broken comedi
- export CXXFLAGS="$CXXFLAGS -Wl,--unresolved-symbols=ignore-in-shared-libs" - export CXXFLAGS="$CXXFLAGS -Wl,--unresolved-symbols=ignore-in-shared-libs"
- autoreconf -fiv - autoreconf -fiv
- ./configure --enable-tests --enable-mysql --enable-sqlite --enable-rrd --enable-io --enable-logicproc --disable-python --disable-mqtt --disable-pgsql --disable-api --disable-pkgchecklibev - ./configure --enable-tests --enable-mysql --enable-sqlite --enable-rrd --enable-io --enable-logicproc --disable-python --disable-mqtt --disable-pgsql --disable-api --disable-pkgchecklibev --disable-netdata
script: script:
- if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then make ; fi - if [ ${COVERITY_SCAN_BRANCH} != 1 ]; then make ; fi
......
...@@ -254,6 +254,7 @@ if test ${buildpython} = true; then ...@@ -254,6 +254,7 @@ if test ${buildpython} = true; then
AM_CONDITIONAL(HAVE_NETDATA, test ${netdata} = true) AM_CONDITIONAL(HAVE_NETDATA, test ${netdata} = true)
else else
AC_MSG_RESULT([disabled]) AC_MSG_RESULT([disabled])
AM_CONDITIONAL(HAVE_NETDATA, false)
fi fi
AM_CONDITIONAL(DISABLE_PYTHON, test ${buildpython} = false) AM_CONDITIONAL(DISABLE_PYTHON, test ${buildpython} = false)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment