4108665b63
Cross compiling these libraries requires to supply the cross- compiler via the CC_FOR_BUILD environment variable. Since we have to use the gcc-wrappers, we now need two different invocations with different inclues and libraries, but just have fixed environment variables. Also, the CC_FOR_BUILD clashes with LO's own variant, but that is easy to fix. So this change includes: - gcc-wrappers: new option --wrapper-env-prefix to add a prefix to the environment variable names - gcc-wrappers: new option --wrapper-print-cmdline to dump the real command called, when a verbose build is executed - gcc-wrappers: default to exe, if the output has no extension - unify build flags for gpg related libraries Change-Id: I4e6a6ba3c6e09237c8ffefa40ce61131290a3852 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/102482 Tested-by: Jenkins Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de> |
||
---|---|---|
.. | ||
ExternalPackage_libassuan.mk | ||
ExternalProject_libassuan.mk | ||
find-libgpg-error.patch | ||
fix-autoconf-macros.patch | ||
Makefile | ||
Module_libassuan.mk | ||
README | ||
rpath.patch | ||
UnpackedTarball_libassuan.mk | ||
w32-build-fixes-2.patch | ||
w32-build-fixes.patch.1 |
A small library implementing Assuan protocol which is used as IPC between most of the newer GnuPG components [https://www.gnupg.org/related_software/libassuan/index.html]