aboutsummaryrefslogtreecommitdiff
path: root/projects/libidn/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'projects/libidn/build.sh')
-rwxr-xr-xprojects/libidn/build.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/projects/libidn/build.sh b/projects/libidn/build.sh
index b66d8b940..5aa0ea3a8 100755
--- a/projects/libidn/build.sh
+++ b/projects/libidn/build.sh
@@ -18,10 +18,10 @@
# avoid iconv() memleak on Ubuntu 16.04 image (breaks test suite)
export ASAN_OPTIONS=detect_leaks=0
-make CFGFLAGS="--enable-static --disable-doc"
-make clean
-make -j1
-make -j$(nproc) check
+./bootstrap
+./configure --enable-static --disable-doc
+make -j
+make -j check
cd fuzz
make oss-fuzz