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

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Jan 31 14:35:32 UTC 2019


 external/libnumbertext/ExternalProject_libnumbertext.mk |    5 -----
 1 file changed, 5 deletions(-)

New commits:
commit 67411db4517f38b9c0283717b52ece141ff49ed1
Author:     Michael Stahl <Michael.Stahl at cib.de>
AuthorDate: Thu Jan 31 13:30:20 2019 +0100
Commit:     Michael Stahl <Michael.Stahl at cib.de>
CommitDate: Thu Jan 31 15:35:01 2019 +0100

    libnumbertext: try to remove some odd stuff from ExternalProject.mk
    
    Why do we need this?
    
    Change-Id: I662402731de9b5c56d05730d31ae59606484ec97
    Reviewed-on: https://gerrit.libreoffice.org/67210
    Tested-by: Jenkins
    Reviewed-by: László Németh <nemeth at numbertext.org>

diff --git a/external/libnumbertext/ExternalProject_libnumbertext.mk b/external/libnumbertext/ExternalProject_libnumbertext.mk
index 07af2a0345ed..c2bdaeebfba9 100644
--- a/external/libnumbertext/ExternalProject_libnumbertext.mk
+++ b/external/libnumbertext/ExternalProject_libnumbertext.mk
@@ -24,13 +24,8 @@ libnumbertext_CPPFLAGS+=-D_GLIBCXX_DEBUG
 endif
 endif
 
-libnumbertext_LIBS+=-L$(gb_StaticLibrary_WORKDIR)
-
 $(call gb_ExternalProject_get_state_target,libnumbertext,build):
 	$(call gb_ExternalProject_run,build,\
-		$(if $(libnumbertext_LIBS),LIBS='$(libnumbertext_LIBS)') \
-		$(if $(filter iOS MACOSX,$(OS)),ACLOCAL="aclocal -I $(SRCDIR)/m4/mac") \
-		autoreconf && \
 		LIBS="$(gb_STDLIBS) $(LIBS)" \
 		$(SHELL) ./configure --disable-shared --with-pic \
 			$(if $(verbose),--disable-silent-rules,--enable-silent-rules) \


More information about the Libreoffice-commits mailing list