1
0
Fork 0
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:
Floris Bruynooghe 2019-02-05 15:05:13 +01:00
parent 6d67d250c8
commit 7e3e505fbb

View file

@ -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