[Libreoffice-commits] .: liblangtag/makefile.mk

Michael Meeks michael at kemper.freedesktop.org
Thu Aug 9 09:03:01 PDT 2012


 liblangtag/makefile.mk |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 2b3762c577e7315a94dee0b5c94b5891e9a56dfd
Author: Michael Meeks <michael.meeks at suse.com>
Date:   Thu Aug 9 17:02:51 2012 +0100

    disable un-needed GObject introspection pieces for liblangtag
    
    This avoids the dumb parser trying to exec "ccache gcc" and failing.

diff --git a/liblangtag/makefile.mk b/liblangtag/makefile.mk
index 8320e8f..f710476 100644
--- a/liblangtag/makefile.mk
+++ b/liblangtag/makefile.mk
@@ -60,6 +60,10 @@ my_data = $(my_install)$/share$/liblangtag
 
 CONFIGURE_FLAGS+= --prefix='/$(my_prefix)' --libdir='/$(my_prefix)/lib'
 
+# g-ir-scanner is dumb enough to turn CC=ccache gcc into trying
+# to execve an app literal of "ccache gcc" including the space.
+CONFIGURE_FLAGS+= --disable-introspection
+
 .IF "$(SYSTEM_LIBXML)"!="YES"
 CONFIGURE_FLAGS+= LIBXML2_CFLAGS='-I$(SOLARINCDIR)$/external'
 .IF "$(GUI)"=="WNT" && "$(COM)"!="GCC"


More information about the Libreoffice-commits mailing list