summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-09 14:57:57 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-09 14:57:57 +0100
commit72e597a6f9e6dacbb41383ee8ee29e55acff4b74 (patch)
treefef041586829f3c0df0d9739915952ed5d813490 /indra/cmake
parent332f502ede8cc807c75eb2f6ff3c6b6aeab9e473 (diff)
Hmm, the automated backout missed a bit (SNOW-606 fallout). Hopefully this is the magic sauce.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/APR.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/APR.cmake b/indra/cmake/APR.cmake
index b6f1e06edd..180504d286 100644
--- a/indra/cmake/APR.cmake
+++ b/indra/cmake/APR.cmake
@@ -56,7 +56,7 @@ else (STANDALONE)
if (LINUX)
if (VIEWER)
- list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES})
+ list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} uuid)
endif (VIEWER)
list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} rt)
endif (LINUX)