[packages/libmpack] Pass our cflags to remove -Werror
glen
glen at pld-linux.org
Fri Nov 6 14:22:43 CET 2020
commit c16c87fb3dbba04719e8eab61c1b02012f4bb610
Author: Elan Ruusamäe <glen at pld-linux.org>
Date: Fri Nov 6 15:22:34 2020 +0200
Pass our cflags to remove -Werror
libmpack.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/libmpack.spec b/libmpack.spec
index 42ffc13..fafd9d6 100644
--- a/libmpack.spec
+++ b/libmpack.spec
@@ -11,7 +11,7 @@
Summary: Simple implementation of msgpack in C
Name: libmpack
Version: 1.0.3
-Release: 1
+Release: 2
License: MIT
Group: Development/Libraries
Source0: https://github.com/tarruda/libmpack/archive/%{version}/%{name}-%{version}.tar.gz
@@ -70,6 +70,7 @@ Lua binding to libmpack.
VERBOSE=1
%if %{with lua}
+CFLAGS="%{rpmcflags}" \
%{__make} -C binding/lua \
CC="%{__cc}" \
USE_SYSTEM_LUA=yes
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libmpack.git/commitdiff/c16c87fb3dbba04719e8eab61c1b02012f4bb610
More information about the pld-cvs-commit
mailing list