Skip to content

Commit

Permalink
Fix ossfuzz builds after RFC100 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Feb 6, 2025
1 parent 5d5ce4e commit 3673716
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 3673716

Please sign in to comment.