libidn: fix build. (#7940)

This commit is contained in:
Simon Josefsson 2022-07-04 02:35:53 +02:00 committed by GitHub
parent 7407ad1d06
commit beb98b4d1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y \
libtool \
gettext gengetopt curl gperf wget
RUN git clone --depth=1 https://git.savannah.gnu.org/git/libidn.git
RUN git clone https://git.savannah.gnu.org/git/libidn.git
WORKDIR libidn
COPY build.sh $SRC/

View File

@ -18,7 +18,7 @@
# avoid iconv() memleak on Ubuntu 16.04 image (breaks test suite)
export ASAN_OPTIONS=detect_leaks=0
./bootstrap
./bootstrap --skip-po
./configure --enable-static --disable-doc
make -j
make -j check