mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-04-17 22:05:04 +01:00
Updates nasm to 2.14.02
2.13 has issues with gcc 8
This commit is contained in:
@@ -175,8 +175,8 @@ if build "yasm"; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if build "nasm"; then
|
if build "nasm"; then
|
||||||
download "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.13.03.tar.gz" "nasm.tar.gz"
|
download "http://www.nasm.us/pub/nasm/releasebuilds/2.13.03/nasm-2.14.02.tar.gz" "nasm.tar.gz"
|
||||||
cd $PACKAGES/nasm-2.13.03 || exit
|
cd $PACKAGES/nasm-2.14.02 || exit
|
||||||
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
|
execute ./configure --prefix=${WORKSPACE} --disable-shared --enable-static
|
||||||
execute make -j $MJOBS
|
execute make -j $MJOBS
|
||||||
execute make install
|
execute make install
|
||||||
|
|||||||
Reference in New Issue
Block a user