]> git.pld-linux.org Git - packages/libmpack.git/commitdiff
Pass our cflags to remove -Werror master auto/th/libmpack-1.0.3-2
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 6 Nov 2020 13:22:34 +0000 (15:22 +0200)
committerElan Ruusamäe <glen@pld-linux.org>
Fri, 6 Nov 2020 13:22:34 +0000 (15:22 +0200)
libmpack.spec

index 42ffc1359bb6093dd71dc8b845e1ecec5331634c..fafd9d6b72df9435e0ba431682e4110fe614eb19 100644 (file)
@@ -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
This page took 0.09745 seconds and 4 git commands to generate.