• Carlos Ramos Carreño's avatar
    Use libiconv in gettext · 0507cd1c
    Carlos Ramos Carreño authored
    If libiconv is not linked to gettext, I get the following error during
    the compilation of gcc-10.5 (in a system with minimal requirements):
    
    ```
    INFO msgfmt -o de.mo ../../.././libstdc++-v3/po/de.po
    INFO msgfmt: Cannot convert from "ISO-8859-1" to "UTF-8". msgfmt relies on iconv(). This version was built without iconv().
    ```
    
    See merge request nexedi/slapos!1732
    0507cd1c
buildout.cfg 1.07 KB