Kaydet (Commit) d5976042 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Allow actually passing CXXFLAGS into external/libnumbertext

...as external/libnumbertext/ExternalProject_libnumbertext.mk tried to do

Change-Id: I8c0deeaa1db31fc0ab5042c7f8a1ced0d65e29ee
Reviewed-on: https://gerrit.libreoffice.org/53806Reviewed-by: 's avatarLászló Németh <nemeth@numbertext.org>
Tested-by: 's avatarJenkins <ci@libreoffice.org>
üst 277062b5
......@@ -13,4 +13,10 @@ $(eval $(call gb_UnpackedTarball_set_tarball,libnumbertext,$(LIBNUMBERTEXT_TARBA
$(eval $(call gb_UnpackedTarball_update_autoconf_configs,libnumbertext))
$(eval $(call gb_UnpackedTarball_set_patchlevel,libnumbertext,0))
$(eval $(call gb_UnpackedTarball_add_patches,libnumbertext, \
external/libnumbertext/configure.patch \
))
# vim: set noet sw=4 ts=4:
--- configure.ac
+++ configure.ac
@@ -22,7 +22,6 @@
dnl Checks for typedefs, structures, and compiler characteristics.
AC_LANG([C++])
-CXXFLAGS='-Wall -std=c++11'
AC_CHECK_HEADERS([codecvt regex])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment