We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf0c363 commit 42a0fefCopy full SHA for 42a0fef
1 file changed
install_deps.sh
@@ -47,6 +47,6 @@ if [ "$(uname)" == "Darwin" ]; then
47
patch -p1 < ../for_darwin_to_detect_compiler_flag.patch
48
fi
49
./autogen.sh
50
-LIBS="-lJerasure" ./configure --disable-shared --with-pic --prefix $BUILD_DIR
+LIBS="-lJerasure -lgf_complete" ./configure --disable-shared --with-pic --prefix $BUILD_DIR
51
patch -p1 < ../liberasurecode.patch # Applies a patch for building static library
52
make $MAKE_FLAGS install
0 commit comments