aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/cmake/libgpg-error.cmake
diff options
context:
space:
mode:
authorDavid Walter Seikel2011-06-28 04:52:49 +1000
committerDavid Walter Seikel2011-06-28 04:52:49 +1000
commit5a5a5e8d35fb36151e3c687d728b0113a9f67234 (patch)
tree5b5f8baf951603c312c0cc96aee9f726fc3030f4 /linden/indra/cmake/libgpg-error.cmake
parentMake it compile. (diff)
downloadmeta-impy-5a5a5e8d35fb36151e3c687d728b0113a9f67234.zip
meta-impy-5a5a5e8d35fb36151e3c687d728b0113a9f67234.tar.gz
meta-impy-5a5a5e8d35fb36151e3c687d728b0113a9f67234.tar.bz2
meta-impy-5a5a5e8d35fb36151e3c687d728b0113a9f67234.tar.xz
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.
Diffstat (limited to '')
-rw-r--r--linden/indra/cmake/libgpg-error.cmake4
1 files changed, 3 insertions, 1 deletions
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 @@
1# -*- cmake -*- 1# -*- cmake -*-
2 2
3set(LIBGPG-ERROR_INCLUDE_DIRS 3set(LIBGPG-ERROR_INCLUDE_DIRS
4 ${CMAKE_CURRENT_SOURCE_DIR}/../libgpg-error/libgpg-error-1.0/include
4 ) 5 )
5 6
6set(LIBGPG-ERROR_LIBRARIES 7set(LIBGPG-ERROR_LIBRARIES
7 libgpg-error 8 ${CMAKE_CURRENT_SOURCE_DIR}/../libgpg-error/libgpg-error-1.0/lib
8 ) 9 )
10