summaryrefslogtreecommitdiff
path: root/external
diff options
context:
space:
mode:
authorMichael Stahl <Michael.Stahl@cib.de>2019-01-31 13:30:20 +0100
committerMichael Weghorn <m.weghorn@posteo.de>2019-01-31 22:49:06 +0100
commitd6f96b1a00f85ad5d1eb9baf6e5d2f57d6e93293 (patch)
tree349ff15c43d6fe1f47aa9bab23208da0a4d3fd90 /external
parent86ca46e30ba9d9f070400a1bd860b3978b537758 (diff)
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@numbertext.org> (cherry picked from commit 67411db4517f38b9c0283717b52ece141ff49ed1) Reviewed-on: https://gerrit.libreoffice.org/67219 Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
Diffstat (limited to 'external')
-rw-r--r--external/libnumbertext/ExternalProject_libnumbertext.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/external/libnumbertext/ExternalProject_libnumbertext.mk b/external/libnumbertext/ExternalProject_libnumbertext.mk
index d3ec1266e382..25a434cad624 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) \