iverilog: fix build with ndk-r23

This commit is contained in:
Henrik Grimler 2021-11-18 08:13:13 +01:00
parent 3b694dbbb6
commit 14cb2a865e
No known key found for this signature in database
GPG Key ID: B0076E490B71616B
1 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@ TERMUX_PKG_DESCRIPTION="Icarus Verilog compiler and simulation tool"
TERMUX_PKG_LICENSE="GPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=10.3
TERMUX_PKG_REVISION=1
TERMUX_PKG_REVISION=2
TERMUX_PKG_SRCURL=https://github.com/steveicarus/iverilog/archive/v${TERMUX_PKG_VERSION/./_}.tar.gz
TERMUX_PKG_SHA256=4b884261645a73b37467242d6ae69264fdde2e7c4c15b245d902531efaaeb234
TERMUX_PKG_AUTO_UPDATE=true
@ -16,4 +16,5 @@ termux_step_pre_configure() {
LDFLAGS+=" -lm"
aclocal
autoconf
export CFLAGS+=" -fcommon"
}