mirror of https://github.com/google/oss-fuzz.git
Fixes #1160
This commit is contained in:
parent
b27bf929a7
commit
9db38ff62d
|
@ -16,8 +16,7 @@
|
|||
################################################################################
|
||||
|
||||
cd $SRC/fribidi
|
||||
./bootstrap
|
||||
./configure --enable-static=yes --enable-shared=no --with-pic=yes --prefix=/work/
|
||||
./autogen.sh --enable-static=yes --enable-shared=no --with-pic=yes --prefix=/work/
|
||||
# Don't run "make": it's broken. Run "make install".
|
||||
make install
|
||||
|
||||
|
|
Loading…
Reference in New Issue