From 5a5a5e8d35fb36151e3c687d728b0113a9f67234 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Tue, 28 Jun 2011 04:52:49 +1000 Subject: Build libgpg-error and libgcrypt under linux, for OTR. There is still a problem, the linux compile script (number 3) will bomb out at the link stage, but simply starting it again it runs fine. This was too much work, and it's way past my bed time. It works, so commiting it now, and fixing that problem later. Still could use some cleaning up to. --- linden/indra/cmake/libgpg-error.cmake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'linden/indra/cmake/libgpg-error.cmake') diff --git a/linden/indra/cmake/libgpg-error.cmake b/linden/indra/cmake/libgpg-error.cmake index 71deeaa..e2df9f7 100644 --- a/linden/indra/cmake/libgpg-error.cmake +++ b/linden/indra/cmake/libgpg-error.cmake @@ -1,8 +1,10 @@ # -*- cmake -*- set(LIBGPG-ERROR_INCLUDE_DIRS + ${CMAKE_CURRENT_SOURCE_DIR}/../libgpg-error/libgpg-error-1.0/include ) set(LIBGPG-ERROR_LIBRARIES - libgpg-error + ${CMAKE_CURRENT_SOURCE_DIR}/../libgpg-error/libgpg-error-1.0/lib ) + -- cgit v1.1