From bafbaa3fed95f28f368b0bd4256dbe2a714e3bd8 Mon Sep 17 00:00:00 2001 From: David Ostrovsky Date: Wed, 27 Sep 2017 08:57:36 +0200 Subject: gpg4libre: build gpgme natively on windows Change-Id: I0b77ba0c1b8f84affa483181e26a26beaf39e878 Reviewed-on: https://gerrit.libreoffice.org/42838 Reviewed-by: Siegmund Gorr Reviewed-by: Thorsten Behrens Tested-by: Thorsten Behrens --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') 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" -- cgit