loolwsd/debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
New commits: commit dc23d5f91efd19ff8f107ff1aa4ac19625f8027a Author: Andras Timar <[email protected]> Date: Fri Jan 8 15:04:35 2016 +0100 loolwsd: deb rules: fix build of tests, and do not run tests diff --git a/loolwsd/debian/rules b/loolwsd/debian/rules index a1e9d92..5ac9c8a 100755 --- a/loolwsd/debian/rules +++ b/loolwsd/debian/rules @@ -5,7 +5,7 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk -CONFFLAGS = --prefix=/usr --localstatedir=/var --with-lokit-path=bundled/include +CONFFLAGS = --prefix=/usr --localstatedir=/var --with-lokit-path=`pwd`/bundled/include --disable-tests # Avoid setcap when doing "make", when building for packaging # the setcap is done at installation time @@ -17,3 +17,6 @@ export BUILDING_FROM_RPMBUILD=yes override_dh_auto_configure: ./configure $(CONFFLAGS) + +override_dh_auto_test: + # do not test _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
