]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Fixed missing iconv
authorShane Burrell <shaneb@metrostat.net>
Mon, 16 Feb 2009 15:11:01 +0000 (15:11 +0000)
committerShane Burrell <shaneb@metrostat.net>
Mon, 16 Feb 2009 15:11:01 +0000 (15:11 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12048 d0543943-73ff-0310-b7d9-9358b9ac24b2

libs/apr-util/CMakeLists.txt

index 3c5c494d2c27f0e7c27b98c5005c147b5b51b114..796f5e4b0566c85279bf72cb5e2f7d9e57db3cfe 100644 (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})