diff options
author | David Ostrovsky <david@ostrovsky.org> | 2017-09-27 08:57:36 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-11-22 17:56:08 +0100 |
commit | bafbaa3fed95f28f368b0bd4256dbe2a714e3bd8 (patch) | |
tree | 3d78ebc1d96f42419ffe459917a384f5e4742704 /configure.ac | |
parent | 5f981d30e2f186ab6b7fc925832b6eb1ae658308 (diff) |
gpg4libre: build gpgme natively on windows
Change-Id: I0b77ba0c1b8f84affa483181e26a26beaf39e878
Reviewed-on: https://gerrit.libreoffice.org/42838
Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de>
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dacb5ee98ffe..25d3f4153f5b 100644 --- a/configure.ac +++ b/configure.ac @@ -10162,7 +10162,7 @@ if test "$_os" = "Linux" -o "$_os" = "Darwin"; then else # TODO(davido): Windows build must be protected with a configure option # unless CI doesn't support libtool with windres with gcc preprocessor - BUILD_TYPE="$BUILD_TYPE LIBASSUAN LIBGPGERROR" + BUILD_TYPE="$BUILD_TYPE LIBASSUAN LIBGPGERROR GPGMEPP" GPG_ERROR_CFLAGS="-I${WORKDIR}/UnpackedTarball/libgpg-error/src" GPG_ERROR_LIBS="-L${WORKDIR}/UnpackedTarball/libgpg-error/src/.libs -lgpg-error" LIBASSUAN_CFLAGS="-I${WORKDIR}/UnpackedTarball/libassuan/src" |