[Libreoffice-commits] online.git: loolwsd/Makefile.am

Miklos Vajna vmiklos at collabora.co.uk
Tue Jan 5 00:10:47 PST 2016


 loolwsd/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 024d498c10943cd36967a9aaa90d2bc85ddb0f58
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date:   Tue Jan 5 09:09:56 2016 +0100

    loolwsd: fix missing loolbroker dependency
    
    Change-Id: Ia47eb8c055cbab68f42e847d4ab9cd86f1fa3691

diff --git a/loolwsd/Makefile.am b/loolwsd/Makefile.am
index 0d0f221..4e219ea 100644
--- a/loolwsd/Makefile.am
+++ b/loolwsd/Makefile.am
@@ -38,10 +38,10 @@ clean-cache:
 # Intentionally don't use "*" below... Avoid risk of accidentally running rm -rf /*
 	test -n "@LOOLWSD_CACHEDIR@" && rm -rf "@LOOLWSD_CACHEDIR@"/[0-9a-f]
 
-# After building loolwsd, set its capabilities to allow chroot(). Dot
+# After building loolwsd, set its capabilities to allow chroot(). Do
 # it already after a plain 'make' to allow for testing without
 # installing.
-all-local: loolwsd
+all-local: loolwsd loolbroker
 	if test "$$BUILDING_FROM_RPMBUILD" != yes; then \
 	    if test `uname -s` = Linux; then \
 		sudo @SETCAP@ cap_fowner,cap_mknod,cap_sys_chroot=ep loolwsd; \


More information about the Libreoffice-commits mailing list