Skip to content

Commit a41d3ee

Browse files
authored
libtheora: patch configure to allow older autoconf (#13128)
gcr.io/oss-fuzz-base/base-builder is using an older autoconf version, so we can relax this requirement which is just to avoid warnings.
1 parent e382b2a commit a41d3ee

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/libtheora/build.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ cd $SRC/fuzzing-headers/
3636
./install.sh
3737

3838
cd $SRC/libtheora/
39+
# patch configure since the baseimage is using an older autoconf
40+
sed -i 's/AC_PREREQ(\[[^]]*\])/AC_PREREQ([2.60])/' configure.ac
3941
./autogen.sh
4042

4143
if [[ $CFLAGS = *sanitize=memory* || $CFLAGS = *-m32* ]]

0 commit comments

Comments
 (0)