Updates nasm to 2.14.02

2.13 has issues with gcc 8
This commit is contained in:
dhumphrey7
2019-03-20 09:07:56 -05:00
committed by GitHub
parent fd0b180960
commit 1457880eac

View File

@@ -175,8 +175,8 @@ if build "yasm"; then
fi
if build "nasm"; then
download "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.gz" "nasm.tar.gz"
cd $PACKAGES/nasm-2.13.03 || exit
download "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.14.02.tar.gz" "nasm.tar.gz"
cd $PACKAGES/nasm-2.14.02 || exit
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
execute make -j $MJOBS
execute make install