summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-02-17 14:31:02 +0000
committerTofu Linden <tofu.linden@lindenlab.com>2010-02-17 14:31:02 +0000
commit33a3a0d156c3664dc9a61353c7b63f9343b0d1f5 (patch)
tree7ff3950c671798cd50b2f27eada3732c78ef81cd
parent221885fc73c29cfc8600c9f892d19ca068e886b0 (diff)
follow-up to previous fix - don't link to librt twice.
-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 9d1269b33d..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} uuid rt)
+ list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} uuid)
endif (VIEWER)
list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} rt)
endif (LINUX)