[Libreoffice-commits] .: solenv/inc

David Tardon dtardon at kemper.freedesktop.org
Sun Oct 2 23:08:23 PDT 2011


 solenv/inc/libs.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit df69a3839a0dcf12a81a4e4e4dc58b2a47c7c85c
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Oct 3 08:07:12 2011 +0200

    fix build of CMIS UCP

diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk
index 1009c6f..3d1e09b 100644
--- a/solenv/inc/libs.mk
+++ b/solenv/inc/libs.mk
@@ -248,7 +248,7 @@ REDLANDLIB=$(REDLAND_LIBS)
 .ELSE
 REDLANDLIB=-lrdf
 .ENDIF
-.IF "$(SYSTEM_LIBCMIS)"
+.IF "$(SYSTEM_LIBCMIS)"=="YES"
 CMISLIB=$(LIBCMIS_LIBS)
 .ELSE
 CMISLIB=-lcmis-0.2


More information about the Libreoffice-commits mailing list