summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-09-09 12:00:44 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-09-09 12:00:44 +0100
commit200e8839d7c0336a70363fba04ec9ebb5f83bb6f (patch)
tree906ff3de5eba7f49e6bcfff657d012fe595bc7d8
parenta2fb3fabc7926dd105393391f334baa78f232640 (diff)
Massage the SNOW-606 fix to try to make everything (incl. our build machine...) happy.
-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)