iverilog: fix build with ndk-r23
This commit is contained in:
parent
3b694dbbb6
commit
14cb2a865e
@ -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"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user