[Libreoffice-commits] online.git: configure.ac
Yunusemre Şentürk (via logerrit)
logerrit at kemper.freedesktop.org
Wed Oct 30 09:07:34 UTC 2019
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3c4f900b45f6e6a60526809c7d86e71d5b2779a7
Author: Yunusemre Şentürk <yunusemre at collabora.com>
AuthorDate: Wed Oct 30 10:03:49 2019 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Wed Oct 30 10:03:49 2019 +0100
change linking order of poco libs in order to make static linking possible
Change-Id: I8de3f454f9174d78777303779acdb6c9c1ba2c7c
diff --git a/configure.ac b/configure.ac
index 676a77171..c6e5f54fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -656,7 +656,7 @@ else
fi
AC_SUBST(ENABLE_SUPPORT_KEY)
-LIBS="$LIBS -lPocoNet${POCO_DEBUG_SUFFIX} -lPocoUtil${POCO_DEBUG_SUFFIX} -lPocoJSON${POCO_DEBUG_SUFFIX} -lPocoFoundation${POCO_DEBUG_SUFFIX} -lPocoXML${POCO_DEBUG_SUFFIX} -lPocoNetSSL${POCO_DEBUG_SUFFIX} -lPocoCrypto${POCO_DEBUG_SUFFIX}"
+LIBS="$LIBS -lPocoNet${POCO_DEBUG_SUFFIX} -lPocoNetSSL${POCO_DEBUG_SUFFIX} -lPocoUtil${POCO_DEBUG_SUFFIX} -lPocoJSON${POCO_DEBUG_SUFFIX} -lPocoXML${POCO_DEBUG_SUFFIX} -lPocoFoundation${POCO_DEBUG_SUFFIX} -lPocoCrypto${POCO_DEBUG_SUFFIX}"
AS_IF([test "$ENABLE_IOSAPP" != "true"],
[AC_CHECK_HEADERS([LibreOfficeKit/LibreOfficeKit.h],
More information about the Libreoffice-commits
mailing list