mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-12 18:59:50 +03:00
main/nasm: use distfiles as source is unavailable
fix running tests, previously ran with a lot of Can't compare at x/y file stdout messages
This commit is contained in:
parent
e530ecfdcc
commit
35052d7065
1 changed files with 4 additions and 2 deletions
|
@ -8,7 +8,9 @@ arch="all"
|
|||
license="BSD-2-Clause"
|
||||
checkdepends="perl"
|
||||
subpackages="$pkgname-doc"
|
||||
source="https://www.nasm.us/pub/nasm/releasebuilds/$pkgver/nasm-$pkgver.tar.xz"
|
||||
# upstream source currently unavailable, use cached archive
|
||||
source="https://distfiles.alpinelinux.org/distfiles/v3.21/nasm-2.16.03.tar.xz"
|
||||
#source="https://www.nasm.us/pub/nasm/releasebuilds/$pkgver/nasm-$pkgver.tar.xz"
|
||||
|
||||
build() {
|
||||
CFLAGS="$CFLAGS -O2 -flto=auto" \
|
||||
|
@ -20,7 +22,7 @@ build() {
|
|||
}
|
||||
|
||||
check() {
|
||||
make test
|
||||
make -j1 -C test golden test diff
|
||||
}
|
||||
|
||||
package() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue