Skip to content

Commit

Permalink
Use libgf_complete.a in compiling liberasurecode
Browse files Browse the repository at this point in the history
  • Loading branch information
koba-e964 committed Dec 5, 2019
1 parent 3decd86 commit c920cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ if [ "$(uname)" == "Darwin" ]; then
patch -p1 < ../for_darwin_to_detect_compiler_flag.patch
fi
./autogen.sh
LIBS="-lJerasure" ./configure --disable-shared --with-pic --prefix $BUILD_DIR
LIBS="-lJerasure -lgf_complete" ./configure --disable-shared --with-pic --prefix $BUILD_DIR
patch -p1 < ../liberasurecode.patch # Applies a patch for building static library
make $MAKE_FLAGS install

0 comments on commit c920cfa

Please sign in to comment.