iverilog: fix gcc7 build, drop nopie
This commit is contained in:
parent
ace7a1e4a5
commit
123bfec6aa
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,8 @@ distfiles="https://github.com/steveicarus/iverilog/archive/v${version/./_}.tar.g
|
|||
checksum=f4ff7990ae9ed87fad0b486586b03f6902de0dfb9de5ecb07ef32c20487c7dc6
|
||||
|
||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||
nopie=yes
|
||||
|
||||
CXXFLAGS='-Wimplicit-fallthrough=0'
|
||||
|
||||
pre_configure() {
|
||||
sh ./autoconf.sh
|
||||
|
|
Loading…
Reference in a new issue