lcov-report/lcov-report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 1a31325aee62decdf5fc49521103dc1a629b02bc Author: Maarten Hoes <[email protected]> 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 <[email protected]> Tested-by: Norbert Thiebaud <[email protected]> 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." _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
