From 601327f758c5976fa8a8e8be34ab6c99327fcc37 Mon Sep 17 00:00:00 2001 From: Rmys Date: Sat, 27 Jul 2024 15:05:10 +0300 Subject: [PATCH] yasm rebuild --- system/devel/yasm/actions.py | 2 +- system/devel/yasm/pspec.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/system/devel/yasm/actions.py b/system/devel/yasm/actions.py index 46fe2f46..18425e34 100644 --- a/system/devel/yasm/actions.py +++ b/system/devel/yasm/actions.py @@ -15,7 +15,7 @@ flags = "%s -fPIC" % get.CFLAGS() if get.ARCH() == "x86_64" else get.CFLAGS() def setup(): shelltools.export("CFLAGS", flags) - shelltools.system("./autogen.sh") + # shelltools.system("./autogen.sh") autotools.configure("--enable-nls \ --disable-rpath") diff --git a/system/devel/yasm/pspec.xml b/system/devel/yasm/pspec.xml index 3e6398c9..069067cf 100644 --- a/system/devel/yasm/pspec.xml +++ b/system/devel/yasm/pspec.xml @@ -15,7 +15,7 @@ app:console Assembler that supports many syntaxes and architectures A complete rewrite of the NASM assembler under the "new" BSD License. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and Win64 object formats and generates source debugging information in STABS, DWARF 2, and CodeView? 8 formats. - https://github.com/yasm/yasm/archive/v1.3.0.tar.gz + https://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz