link with iconv on Mac OS X, to support [3616]

git-svn-id: https://www.opensc-project.org/svnp/opensc/trunk@3617 c6295689-39f2-0310-b995-f0e70906c6a9
This commit is contained in:
martin 2009-01-15 23:55:00 +00:00
parent 6ffec42055
commit 300dfeb088
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ case "${host}" in
CPPFLAGS="${CPPFLAGS} -D_POSIX_PII_SOCKET"
;;
*-*-darwin*)
LIBS="${LIBS} -Wl,-framework,CoreFoundation"
LIBS="${LIBS} -Wl,-framework,CoreFoundation -liconv"
if test "${GCC}" = "yes"; then
CFLAGS="${CFLAGS} -no-cpp-precomp"
fi