Skip to content

Commit

Permalink
fuzzers/build.sh: add back -lpng since it is needed by freetype
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Jun 18, 2023
1 parent 9b77dcc commit a67fd0f
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 @@ -308,7 +308,7 @@ export EXTRA_LIBS="-Wl,-Bstatic "
export EXTRA_LIBS="$EXTRA_LIBS -L$SRC/install/lib -lcurl -lssl -lcrypto -lz"
# PROJ
export EXTRA_LIBS="$EXTRA_LIBS -lproj -ltiff "
export EXTRA_LIBS="$EXTRA_LIBS -ljbig -lzstd -lwebp -llzma -lexpat -L$SRC/install/lib -lsqlite3 -lgif -ljpeg -lz"
export EXTRA_LIBS="$EXTRA_LIBS -ljbig -lzstd -lwebp -llzma -lexpat -L$SRC/install/lib -lsqlite3 -lgif -ljpeg -lpng -lz"
# Xerces-C related
export EXTRA_LIBS="$EXTRA_LIBS -L$SRC/install/lib -lxerces-c"
if [ "$ARCHITECTURE" = "x86_64" ]; then
Expand Down

0 comments on commit a67fd0f

Please sign in to comment.