Commit 35a7d395 authored by Carlos Ramos Carreño's avatar Carlos Ramos Carreño

Use libiconv in gettext

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
parent fbe7a5d4
Pipeline #39614 failed with stage
in 0 seconds
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
parts = parts =
gettext gettext
extends = extends =
../libiconv/buildout.cfg
../libxml2/buildout.cfg ../libxml2/buildout.cfg
../lunzip/buildout.cfg ../lunzip/buildout.cfg
../ncurses/buildout.cfg ../ncurses/buildout.cfg
...@@ -22,6 +23,7 @@ configure-options = ...@@ -22,6 +23,7 @@ configure-options =
--disable-more-warnings --disable-more-warnings
--with-libncurses-prefix=${ncurses:location} --with-libncurses-prefix=${ncurses:location}
--with-libxml2-prefix=${libxml2:location} --with-libxml2-prefix=${libxml2:location}
--with-libiconv-prefix=${libiconv:location}
--with-included-gettext --with-included-gettext
--without-emacs --without-emacs
--disable-acl --disable-acl
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment