Skip to content

Commit

Permalink
Fixed new libtool patching for wolfcrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchcapper committed Dec 2, 2024
1 parent 13dc8be commit 0c7a19c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/f_wolfcrypt_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,10 @@ fi
if [[ -z $SKIP_STEP || $SKIP_STEP == "autoconf" ]]; then #not empty allowed as if we bootstrapped above we dont need to run nautoconf
sed -i -E 's#(ESTS\],\[test .x)#\1ZZZ#g' configure.ac #disable unit tests that will fail
sed -i -E 's#autoreconf --install --force#autoreconf --install#g' autogen.sh
libtool_fixes "build-aux/ltmain.sh" "m4/libtool.m4"
gnulib_ensure_buildaux_scripts_copied;
./autogen.sh
libtool_fixes "build-aux/ltmain.sh" "m4/libtool.m4"
autoreconf
SKIP_STEP=""
fi

Expand Down

0 comments on commit 0c7a19c

Please sign in to comment.