Skip to content

Commit

Permalink
test/fuzzers/build.sh: add missing -lunistring -lidn2
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jan 10, 2024
1 parent 5f2288e commit d9ca25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fuzzers/build.sh
Expand Up @@ -65,7 +65,7 @@ make -j$(nproc) -s
make install
cd ..

EXTRA_LIBS="-lpthread -Wl,-Bstatic -lsqlite3 -L$SRC/install/lib -ltiff -lcurl -lpsl -lssl -lcrypto -lz -Wl,-Bdynamic"
EXTRA_LIBS="-lpthread -Wl,-Bstatic -lsqlite3 -L$SRC/install/lib -ltiff -lcurl -lpsl -lunistring -lidn2 -lssl -lcrypto -lz -Wl,-Bdynamic"

build_fuzzer()
{
Expand Down

0 comments on commit d9ca25c

Please sign in to comment.