From 2ba3b22a20aa21863555c5f3d754cffbc912322e Mon Sep 17 00:00:00 2001
From: Bryan O'Sullivan <bos@lindenlab.com>
Date: Tue, 2 Sep 2008 21:24:31 +0000
Subject: [PATCH] Don't link llcommon against iconv yet.

---
 indra/llcommon/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 6ef7b82ebbd..4001e1f0c56 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -190,7 +190,6 @@ add_library (llcommon ${llcommon_SOURCE_FILES})
 target_link_libraries(
     llcommon
     ${APRUTIL_LIBRARIES}
-    ${APRICONV_LIBRARIES}
     ${APR_LIBRARIES}
     ${EXPAT_LIBRARIES}
     ${ZLIB_LIBRARIES}
-- 
GitLab