diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-09 14:57:57 +0100 | 
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-09-09 14:57:57 +0100 | 
| commit | 72e597a6f9e6dacbb41383ee8ee29e55acff4b74 (patch) | |
| tree | fef041586829f3c0df0d9739915952ed5d813490 | |
| parent | 332f502ede8cc807c75eb2f6ff3c6b6aeab9e473 (diff) | |
Hmm, the automated backout missed a bit (SNOW-606 fallout).  Hopefully this is the magic sauce.
| -rw-r--r-- | indra/cmake/APR.cmake | 2 | 
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) | 
