[Libreoffice-commits] .: solenv/inc

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Mon Sep 10 04:28:53 PDT 2012


 solenv/inc/libs.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 090901874f58997f23dda1cdfac5462788073dfb
Author: David Tardon <dtardon at redhat.com>
Date:   Mon Sep 10 13:27:42 2012 +0200

    we don't need exslt for dmake
    
    Change-Id: Id8cec9932c9c3bd76f0b1e50038582ae64a6f879

diff --git a/solenv/inc/libs.mk b/solenv/inc/libs.mk
index b9e2a5d..3f386ef 100644
--- a/solenv/inc/libs.mk
+++ b/solenv/inc/libs.mk
@@ -252,9 +252,9 @@ CPPUNITLIB = $(CPPUNIT_LIBS)
 CPPUNITLIB = -lcppunit
 .ENDIF
 .IF "$(SYSTEM_LIBXSLT)"=="YES"
-XSLTLIB=$(LIBEXSLT_LIBS)
+XSLTLIB=$(LIBXSLT_LIBS)
 .ELSE
-XSLTLIB=-lexslt -lxslt $(LIBXML2LIB)
+XSLTLIB=-lxslt $(LIBXML2LIB)
 .ENDIF
 JVMFWKLIB = -ljvmfwk
 .IF "$(SYSTEM_REDLAND)"=="YES"


More information about the Libreoffice-commits mailing list