[Libreoffice-commits] .: libcdr/ExternalProject_libcdr.mk

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Jan 29 02:56:23 PST 2013


 libcdr/ExternalProject_libcdr.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f8a9131dc6b5c00613aeaa219506eb4caed81041
Author: Luboš Luňák <l.lunak at suse.cz>
Date:   Tue Jan 29 11:55:34 2013 +0100

    add missing export of variable passed to configure
    
    ICU_CFLAGS=" " && ./configure  does not actually set anything

diff --git a/libcdr/ExternalProject_libcdr.mk b/libcdr/ExternalProject_libcdr.mk
index e8736d6..e1397a6 100644
--- a/libcdr/ExternalProject_libcdr.mk
+++ b/libcdr/ExternalProject_libcdr.mk
@@ -63,7 +63,7 @@ $(call gb_ExternalProject_get_state_target,libcdr,build) :
 	&& export PKG_CONFIG="" \
 	&& export ICU_LIBS=" " \
 	$(if $(filter NO,$(SYSTEM_ICU)),&& export ICU_CFLAGS="-I$(OUTDIR)/inc/external") \
-	$(if $(filter YES,$(SYSTEM_ICU)),&& ICU_CFLAGS=" ") \
+	$(if $(filter YES,$(SYSTEM_ICU)),&& export ICU_CFLAGS=" ") \
 	&& ./configure \
 		--with-pic \
 		--enable-static \


More information about the Libreoffice-commits mailing list