Skip to content

Commit

Permalink
Merge pull request OSGeo#11816 from rouault/ossfuzz_build_fix
Browse files Browse the repository at this point in the history
Fix ossfuzz builds after RFC100 changes [ci skip]
  • Loading branch information
rouault authored Feb 7, 2025
2 parents e5044c3 + d69c35c commit 35fec5f
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 @@ -346,7 +346,7 @@ if [ "$ARCHITECTURE" = "x86_64" ]; then
fi
# poppler related
export EXTRA_LIBS="$EXTRA_LIBS -L$SRC/install/lib -lpoppler -ljpeg -lfreetype -lfontconfig -lpng"
export EXTRA_LIBS="$EXTRA_LIBS -Wl,-Bdynamic -ldl -lpthread"
export EXTRA_LIBS="$EXTRA_LIBS -Wl,-Bdynamic -ldl -lpthread -lclang_rt.builtins"

# to find sqlite3.h
export CXXFLAGS="$CXXFLAGS -I$SRC/install/include"
Expand Down

0 comments on commit 35fec5f

Please sign in to comment.