From 1e4b516951696936d28bffbf00eb487a5a6623c7 Mon Sep 17 00:00:00 2001 From: shatty Date: Thu, 31 Jul 2003 00:57:59 +0000 Subject: [PATCH] need libiconv.so for new libtextencodings.so to work git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4148 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/kits/support/Jamfile | 1 + 1 file changed, 1 insertion(+) diff --git a/src/kits/support/Jamfile b/src/kits/support/Jamfile index 2fdfe46a3d..04551b9dac 100644 --- a/src/kits/support/Jamfile +++ b/src/kits/support/Jamfile @@ -10,4 +10,5 @@ SharedLibrary textencoding : ; LinkSharedOSLibs libtextencoding.so : be + iconv ;