summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Hoes <hoes.maarten@gmail.com>2014-11-28 15:25:04 +0100
committerNorbert Thiebaud <nthiebaud@gmail.com>2014-11-28 15:23:34 +0000
commit1a31325aee62decdf5fc49521103dc1a629b02bc (patch)
treea308e086d13a6ac148ce4d68567d073c1bfbbc20
parent410781e98f876d5d1c892c5e967a6d54c2d33e64 (diff)
build with internal python for PyUNO.
Change-Id: Ibb647b21a8281f9b3ec12711c50d89fdcb58ea88 Reviewed-on: https://gerrit.libreoffice.org/13177 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
-rwxr-xr-xlcov-report/lcov-report.sh2
1 files changed, 1 insertions, 1 deletions
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."