elinks: restore pre-configure stage

This commit is contained in:
Lucy Phipps 2021-10-22 20:24:19 +01:00
parent 53e2e4e50a
commit 2d6537de77
No known key found for this signature in database
GPG Key ID: 8F688A3DB7869BFE
1 changed files with 4 additions and 0 deletions

View File

@ -19,3 +19,7 @@ TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
"
TERMUX_MAKE_PROCESSES=1
termux_step_pre_configure() {
./autogen.sh
}