mirror of https://github.com/google/oss-fuzz.git
libidn: fix build. (#7940)
This commit is contained in:
parent
7407ad1d06
commit
beb98b4d1a
|
@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
libtool \
|
libtool \
|
||||||
gettext gengetopt curl gperf wget
|
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
|
WORKDIR libidn
|
||||||
COPY build.sh $SRC/
|
COPY build.sh $SRC/
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
# avoid iconv() memleak on Ubuntu 16.04 image (breaks test suite)
|
# avoid iconv() memleak on Ubuntu 16.04 image (breaks test suite)
|
||||||
export ASAN_OPTIONS=detect_leaks=0
|
export ASAN_OPTIONS=detect_leaks=0
|
||||||
|
|
||||||
./bootstrap
|
./bootstrap --skip-po
|
||||||
./configure --enable-static --disable-doc
|
./configure --enable-static --disable-doc
|
||||||
make -j
|
make -j
|
||||||
make -j check
|
make -j check
|
||||||
|
|
Loading…
Reference in New Issue