mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-05 01:47:58 +02:00
contrib/rpm: enable warnings and fatal-warnings with meson build
This commit is contained in:
parent
c537e5fd25
commit
ff5944ce03
1 changed files with 4 additions and 0 deletions
|
|
@ -475,6 +475,10 @@ by nm-connection-editor and nm-applet in a non-graphical environment.
|
|||
%build
|
||||
%if %{with meson}
|
||||
%meson \
|
||||
--warnlevel 2 \
|
||||
%if %{with test}
|
||||
--werror \
|
||||
%endif
|
||||
-Ddhcpcanon=no \
|
||||
-Ddhcpcd=no \
|
||||
-Dconfig_dhcp_default=%{dhcp_default} \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue