Skip to content

Commit 0c7a19c

Browse files
committed
Fixed new libtool patching for wolfcrypt
1 parent 13dc8be commit 0c7a19c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/f_wolfcrypt_build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ fi
3535
if [[ -z $SKIP_STEP || $SKIP_STEP == "autoconf" ]]; then #not empty allowed as if we bootstrapped above we dont need to run nautoconf
3636
sed -i -E 's#(ESTS\],\[test .x)#\1ZZZ#g' configure.ac #disable unit tests that will fail
3737
sed -i -E 's#autoreconf --install --force#autoreconf --install#g' autogen.sh
38-
libtool_fixes "build-aux/ltmain.sh" "m4/libtool.m4"
3938
gnulib_ensure_buildaux_scripts_copied;
4039
./autogen.sh
40+
libtool_fixes "build-aux/ltmain.sh" "m4/libtool.m4"
41+
autoreconf
4142
SKIP_STEP=""
4243
fi
4344

0 commit comments

Comments
 (0)