asterisk-chan-dongle: add postinst note
[feed/telephony.git] / net / asterisk-chan-dongle / patches / 200-fix-iconv-detection.patch
1 --- a/configure.ac
2 +++ b/configure.ac
3 @@ -90,7 +90,7 @@ fi
4
5 dnl Checks for libraries.
6 dnl AC_CHECK_LIB([pthread], [pthread_create]) # should use ast_pthread_join everywhere?
7 -AC_SEARCH_LIBS([iconv], [c iconv],,AC_MSG_ERROR([iconv library missing]))
8 +AC_SEARCH_LIBS([libiconv], [iconv],,AC_MSG_ERROR([iconv library missing]))
9 AC_CHECK_LIB([sqlite3], [sqlite3_open],,AC_MSG_ERROR([sqlite3 library missing]))
10
11 dnl Checks for header files.