summaryrefslogtreecommitdiff
path: root/indra/cmake/APR.cmake
diff options
context:
space:
mode:
authorRick Pasetto <rick@lindenlab.com>2010-02-17 14:01:35 -0800
committerRick Pasetto <rick@lindenlab.com>2010-02-17 14:01:35 -0800
commit50e696872ecebd37e8a43df3031e4cdaf26147a9 (patch)
tree7a0eadbb49db2b1d37306c89e588d2ae64510145 /indra/cmake/APR.cmake
parent1c0603bef2bac6e006df7566aa2a3f8c351a1b7f (diff)
parent5fd3f8e61c9c37c4cf6a1aabc11f2f9ee710053f (diff)
Automated merge with ssh://rick@hg.lindenlab.com/q/viewer-hotfix/
Diffstat (limited to 'indra/cmake/APR.cmake')
-rw-r--r--indra/cmake/APR.cmake9
1 files changed, 6 insertions, 3 deletions
diff --git a/indra/cmake/APR.cmake b/indra/cmake/APR.cmake
index f4706dd4f2..180504d286 100644
--- a/indra/cmake/APR.cmake
+++ b/indra/cmake/APR.cmake
@@ -54,7 +54,10 @@ else (STANDALONE)
endif (WINDOWS)
set(APR_INCLUDE_DIR ${LIBS_PREBUILT_DIR}/${LL_ARCH_DIR}/include/apr-1)
- if (LINUX AND VIEWER)
- list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} uuid)
- endif (LINUX AND VIEWER)
+ if (LINUX)
+ if (VIEWER)
+ list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} uuid)
+ endif (VIEWER)
+ list(APPEND APRUTIL_LIBRARIES ${DB_LIBRARIES} rt)
+ endif (LINUX)
endif (STANDALONE)