Skip to content

Commit

Permalink
OSS-Fuzz: adapt sed replacement for libheif (libvips#3713)
Browse files Browse the repository at this point in the history
libheif removed `-lstdc++` from their pkg-config file with commit:
strukturag/libheif@27097a6
  • Loading branch information
kleisauke authored Oct 12, 2023
1 parent 2f9ce1f commit 27e8688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzz/oss_fuzz_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ popd
# libheif
pushd $SRC/libheif
# Ensure libvips finds heif_image_handle_get_raw_color_profile
sed -i '/^Libs.private:/s/-lstdc++/-lc++/' libheif.pc.in
sed -i '/^Libs.private:/s/$/ -lc++/' libheif.pc.in
cmake \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DCMAKE_INSTALL_PREFIX=$WORK \
Expand Down

0 comments on commit 27e8688

Please sign in to comment.