[Libreoffice-commits] .: Branch 'integration/dev300_m101' - comphelper/Library_comphelp.mk

Tor Lillqvist tml at kemper.freedesktop.org
Wed Mar 16 02:58:22 PDT 2011


 comphelper/Library_comphelp.mk |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ea0f905a00c7b4d7ab31092566671b7613a956ac
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Wed Mar 16 11:56:03 2011 +0200

    Use realpath to avoid pathnames containing symlinks on Cygwin

diff --git a/comphelper/Library_comphelp.mk b/comphelper/Library_comphelp.mk
index 22258a1..7c365bc 100644
--- a/comphelper/Library_comphelp.mk
+++ b/comphelper/Library_comphelp.mk
@@ -34,8 +34,8 @@ $(eval $(call gb_Library_add_precompiled_header,comphelper,$(SRCDIR)/comphelper/
 $(eval $(call gb_Library_set_componentfile,comphelper,comphelper/util/comphelp))
 
 $(eval $(call gb_Library_set_include,comphelper,\
-    -I$(SRCDIR)/comphelper/inc/pch \
-    -I$(SRCDIR)/comphelper/source/inc \
+    -I$(realpath $(SRCDIR)/comphelper/inc/pch) \
+    -I$(realpath $(SRCDIR)/comphelper/source/inc) \
     $$(INCLUDE) \
     -I$(OUTDIR)/inc/offuh \
 ))


More information about the Libreoffice-commits mailing list