Skip to content

Commit c920cfa

Browse files
committed
Use libgf_complete.a in compiling liberasurecode
1 parent 3decd86 commit c920cfa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

install_deps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ if [ "$(uname)" == "Darwin" ]; then
4747
patch -p1 < ../for_darwin_to_detect_compiler_flag.patch
4848
fi
4949
./autogen.sh
50-
LIBS="-lJerasure" ./configure --disable-shared --with-pic --prefix $BUILD_DIR
50+
LIBS="-lJerasure -lgf_complete" ./configure --disable-shared --with-pic --prefix $BUILD_DIR
5151
patch -p1 < ../liberasurecode.patch # Applies a patch for building static library
5252
make $MAKE_FLAGS install

0 commit comments

Comments
 (0)