From afff2d12b8fc2e824450bb816cda455b765db07f Mon Sep 17 00:00:00 2001
From: Rider Linden <rider@lindenlab.com>
Date: Tue, 18 Aug 2015 11:40:24 -0700
Subject: [PATCH] See if this helps the linux build.  If not change will be
 needed to viewer-update-llapearance-utility repo

---
 indra/llappearance/CMakeLists.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/indra/llappearance/CMakeLists.txt b/indra/llappearance/CMakeLists.txt
index 0dbd58b7cd7..f32e072a711 100644
--- a/indra/llappearance/CMakeLists.txt
+++ b/indra/llappearance/CMakeLists.txt
@@ -86,6 +86,8 @@ target_link_libraries(llappearance
     ${LLMATH_LIBRARIES}
     ${LLXML_LIBRARIES}
     ${LLMATH_LIBRARIES}
+    ${LLMESSAGE_LIBRARIES}
+    ${LLCOREHTTP_LIBRARIES}
     ${LLCOMMON_LIBRARIES}
     )
 
@@ -101,6 +103,8 @@ if (BUILD_HEADLESS)
       ${LLMATH_LIBRARIES}
       ${LLXML_LIBRARIES}
       ${LLMATH_LIBRARIES}
+      ${LLMESSAGE_LIBRARIES}
+      ${LLCOREHTTP_LIBRARIES}
       ${LLCOMMON_LIBRARIES}
       )
 endif (BUILD_HEADLESS)
-- 
GitLab