Fixed missing iconv

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12048 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Shane Burrell 2009-02-16 15:11:01 +00:00
parent 0e6e93b51d
commit 225653cef0
1 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,8 @@ strmatch/apr_strmatch.c
xlate/xlate.c
)
LINK_LIBRARIES ("-liconv -ldl -lpthread")
ADD_LIBRARY(apr-util STATIC ${apr-util_SRCS})