[Libreoffice-commits] core.git: external/libnumbertext

Stephan Bergmann sbergman at redhat.com
Tue May 8 07:06:26 UTC 2018


 external/libnumbertext/ExternalProject_libnumbertext.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 18e2ee154ac3af88cb800a548dc24b87947ff937
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon May 7 19:29:26 2018 +0200

    Pass visibility flags into external/libnumbertext
    
    Change-Id: I55d4b9d29e262138626fc71931088d75f652b8c2
    Reviewed-on: https://gerrit.libreoffice.org/53941
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/external/libnumbertext/ExternalProject_libnumbertext.mk b/external/libnumbertext/ExternalProject_libnumbertext.mk
index 8d473632bee4..9320c62dcfee 100644
--- a/external/libnumbertext/ExternalProject_libnumbertext.mk
+++ b/external/libnumbertext/ExternalProject_libnumbertext.mk
@@ -37,7 +37,7 @@ $(call gb_ExternalProject_get_state_target,libnumbertext,build):
 			$(if $(CROSS_COMPILING),--build=$(BUILD_PLATFORM) --host=$(HOST_PLATFORM))\
 			$(if $(filter AIX,$(OS)),CFLAGS="-D_LINUX_SOURCE_COMPAT") \
 			$(if $(libnumbertext_CPPFLAGS),CPPFLAGS='$(libnumbertext_CPPFLAGS)') \
-			CXXFLAGS="$(libnumbertext_CXXFLAGS) $(if $(ENABLE_OPTIMIZED) $(gb_COMPILEROPTFLAGS),$(gb_COMPILERNOOPTFLAGS)) $(if $(debug),$(gb_DEBUGINFO_FLAGS) $(gb_DEBUG_CXXFLAGS))" \
+			CXXFLAGS="$(libnumbertext_CXXFLAGS) $(if $(ENABLE_OPTIMIZED) $(gb_COMPILEROPTFLAGS),$(gb_COMPILERNOOPTFLAGS)) $(if $(debug),$(gb_DEBUGINFO_FLAGS) $(gb_DEBUG_CXXFLAGS)) $(gb_VISIBILITY_FLAGS) $(gb_VISIBILITY_FLAGS_CXX)" \
 		&& cd src && $(MAKE) \
 	)
 


More information about the Libreoffice-commits mailing list