Skip to content

Commit

Permalink
fuzzers/build.sh: try to fix build [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jul 6, 2023
1 parent 91aa457 commit 34dc1f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ if [ "$ARCHITECTURE" = "x86_64" ]; then
export EXTRA_LIBS="$EXTRA_LIBS -L$SRC/install/lib -lnetcdf -lhdf5_serial_hl -lhdf5_serial -lsz -laec -lz"
fi
# poppler related
export EXTRA_LIBS="$EXTRA_LIBS -L$SRC/install/lib -lpoppler -ljpeg -lfreetype -lfontconfig"
export EXTRA_LIBS="$EXTRA_LIBS -L$SRC/install/lib -lpoppler -ljpeg -lfreetype -lfontconfig -lpng"
export EXTRA_LIBS="$EXTRA_LIBS -Wl,-Bdynamic -ldl -lpthread"

# to find sqlite3.h
Expand Down

0 comments on commit 34dc1f4

Please sign in to comment.