[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - odk/pack

Michael Stahl mstahl at redhat.com
Wed Apr 10 23:23:56 PDT 2013


 odk/pack/copying/makefile.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b91daa441cb9607c80ff8eeb48064ed57190c2bd
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Apr 10 14:59:12 2013 +0200

    odk: fix packaging of purpenvhelper import lib on WNT
    
    This import lib was apparently renamed in LO 3.6 and the crappy dmake
    build system in odk silently dropped it from the packages.
    This problem was fixed differently on master by converting the module to
    gbuild.
    
    Change-Id: Ib07e1472815b7d068cd718f6c733630fd59639d2
    Reviewed-on: https://gerrit.libreoffice.org/3307
    Reviewed-by: Fridrich Strba <fridrich at documentfoundation.org>
    Tested-by: Fridrich Strba <fridrich at documentfoundation.org>

diff --git a/odk/pack/copying/makefile.mk b/odk/pack/copying/makefile.mk
index ec5f172..a786c1f 100644
--- a/odk/pack/copying/makefile.mk
+++ b/odk/pack/copying/makefile.mk
@@ -76,7 +76,7 @@ LIBLIST = \
     $(DESTDIRLIB)/icppu.lib 	\
     $(DESTDIRLIB)/icppuhelper.lib 	\
     $(DESTDIRLIB)/irmcxt.lib \
-    $(DESTDIRLIB)/ipurpenvhelper3MSC.lib
+    $(DESTDIRLIB)/ipurpenvhelper.lib
 .ENDIF
 
 .IF "$(OS)"=="LINUX"


More information about the Libreoffice-commits mailing list