aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/wget
diff options
context:
space:
mode:
Diffstat (limited to 'projects/wget')
-rwxr-xr-xprojects/wget/build.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/wget/build.sh b/projects/wget/build.sh
index 08101f22..d2c5accf 100755
--- a/projects/wget/build.sh
+++ b/projects/wget/build.sh
@@ -79,14 +79,14 @@ cd $SRC/wget
./bootstrap
# build and run non-networking tests
-LIBS="-lgnutls -lnettle -lhogweed -lidn2 -lunistring" \
+LIBS="-lgnutls -lhogweed -lnettle -lidn2 -lunistring" \
./configure -C
make clean
make -j$(nproc)
make -j$(nproc) -C fuzz check
# build for fuzzing
-LIBS="-lgnutls -lnettle -lhogweed -lidn2 -lunistring" \
+LIBS="-lgnutls -lhogweed -lnettle -lidn2 -lunistring" \
./configure --enable-fuzzing -C
make clean
make -j$(nproc) -C lib