From c920cfaa7b17ec02372b5ab87095c35c9b7fc42a Mon Sep 17 00:00:00 2001 From: koba-e964 <3303362+koba-e964@users.noreply.github.com> Date: Fri, 6 Dec 2019 01:22:55 +0900 Subject: [PATCH] Use libgf_complete.a in compiling liberasurecode --- install_deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_deps.sh b/install_deps.sh index e1fe04d..1bad163 100755 --- a/install_deps.sh +++ b/install_deps.sh @@ -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