mirror of
https://github.com/deltachat/deltachat-core.git
synced 2025-10-03 17:59:19 +02:00
Enable iconv
This commit is contained in:
parent
6d67d250c8
commit
7e3e505fbb
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ RUN tar xzf libetpan-${ETPAN_VERSION}.tar.gz
|
|||
RUN cd libetpan-${ETPAN_VERSION} && \
|
||||
./autogen.sh && \
|
||||
./configure --enable-ipv6 \
|
||||
--disable-iconv --disable-db \
|
||||
--enable-iconv --disable-db \
|
||||
--with-openssl --with-sasl --with-zlib \
|
||||
--without-curl --without-expat
|
||||
RUN cd libetpan-${ETPAN_VERSION} && make
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue