[Libreoffice-commits] buildbot.git: lcov-report/lcov-report.sh

Maarten Hoes hoes.maarten at gmail.com
Fri Nov 28 07:23:51 PST 2014


 lcov-report/lcov-report.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1a31325aee62decdf5fc49521103dc1a629b02bc
Author: Maarten Hoes <hoes.maarten at gmail.com>
Date:   Fri Nov 28 15:25:04 2014 +0100

    build with internal python for PyUNO.
    
    Change-Id: Ibb647b21a8281f9b3ec12711c50d89fdcb58ea88
    Reviewed-on: https://gerrit.libreoffice.org/13177
    Reviewed-by: Norbert Thiebaud <nthiebaud at gmail.com>
    Tested-by: Norbert Thiebaud <nthiebaud at gmail.com>

diff --git a/lcov-report/lcov-report.sh b/lcov-report/lcov-report.sh
index bcd5116..c5298c8 100755
--- a/lcov-report/lcov-report.sh
+++ b/lcov-report/lcov-report.sh
@@ -109,7 +109,7 @@ source_build()
     cd "${BUILD_DIR?}"
 
     LDFLAGS+='-fprofile-arcs' CFLAGS+='-fprofile-arcs -ftest-coverage' CXXFLAGS+='-fprofile-arcs -ftest-coverage' CPPFLAGS+='-fprofile-arcs -ftest-coverage' \
-    "${SRC_DIR?}/autogen.sh" --disable-online-update --without-system-libs --without-system-headers \
+    "${SRC_DIR?}/autogen.sh" --enable-python=internal --disable-online-update --without-system-libs --without-system-headers \
     || die "autogen.sh failed."
 
     make build-nocheck || die "make build-nocheck failed."


More information about the Libreoffice-commits mailing list