Comment 3 for bug 846609

Revision history for this message
Antoine Jacoutot (ajacoutot-bsdfrog) wrote :

This fix could work as well for OpenBSD, but using -lintl is not enough for us, you also need -liconv.
So using this line:
LIBS="$LIBS -liconv -lintl"
would work.