From 7b80d374abaa227f08fcd10c1ba15b4d8659272c Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Tue, 27 Nov 2018 07:42:36 +0100 Subject: [PATCH] upgrading package: nasm 2.13.02 -> 2.14 --- nasm/nasm.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nasm/nasm.spec b/nasm/nasm.spec index e39a2a11a7..c62782b3cb 100644 --- a/nasm/nasm.spec +++ b/nasm/nasm.spec @@ -31,8 +31,8 @@ Distribution: OpenPKG Community Class: PLUS Group: Compiler License: LGPL -Version: 2.13.02 -Release: 20171202 +Version: 2.14 +Release: 20181127 # list of sources Source0: http://www.nasm.us/pub/nasm/releasebuilds/%{version}/nasm-%{version}.tar.xz @@ -65,7 +65,8 @@ PreReq: OpenPKG, openpkg >= 20160101 CFLAGS="%{l_cflags -O}" \ ./configure \ --prefix=%{l_prefix} \ - --mandir=%{l_prefix}/man + --mandir=%{l_prefix}/man \ + --disable-werror %{l_make} %{l_mflags -O} %install