mirror of https://github.com/google/oss-fuzz.git
Fix broken libpng build (use "autoreconf -f -i" instead of ./autogen.sh).
Fix a typoe: add missing comma to README.md.
This commit is contained in:
parent
a25bf355df
commit
539cbab7b0
|
@ -22,7 +22,7 @@ oss-fuzz is an effort to apply coverage-guided software fuzzing on scale to test
|
|||
|
||||
* freetype2:
|
||||
[9](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=9&can=1&q=&colspec=ID%20Type%20Component%20Status%20Priority%20Milestone%20Owner%20Summary),
|
||||
[10](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10&can=1&q=&colspec=ID%20Type%20Component%20Status%20Priority%20Milestone%20Owner%20Summary)
|
||||
[10](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=10&can=1&q=&colspec=ID%20Type%20Component%20Status%20Priority%20Milestone%20Owner%20Summary),
|
||||
[36](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=36&can=1&q=&colspec=ID%20Type%20Component%20Status%20Priority%20Milestone%20Owner%20Summary)
|
||||
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ cat scripts/pnglibconf.dfa | sed -e "s/option STDIO/option STDIO disabled/" \
|
|||
mv scripts/pnglibconf.dfa.temp scripts/pnglibconf.dfa
|
||||
|
||||
# build the library.
|
||||
./autogen.sh
|
||||
autoreconf -f -i
|
||||
./configure
|
||||
make clean all
|
||||
|
||||
|
|
Loading…
Reference in New Issue