Changes of Revision 26
obs-studio.spec
Changed
x
1
2
-DCMAKE_CXX_STANDARD=17 \
3
-DCMAKE_INSTALL_PREFIX=/usr \
4
%if 0%{?suse_version} == 1500
5
- -DCMAKE_C_FLAGS:STRING="$CFLAGS %{optflags} -Wno-error=type-limits -Wno-error=unused-variable -Wno-error=deprecated-declarations" \
6
- -DCMAKE_CXX_FLAGS:STRING="$CXXFLAGS %{optflags} -Wno-error=type-limits -Wno-error=unused-variable -Wno-error=deprecated-declarations" \
7
+ -DCMAKE_C_FLAGS:STRING="$CFLAGS %{optflags} -Wno-error=type-limits -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-error=return-type -Wno-error=unused-but-set-variable -Wno-error=pointer-sign" \
8
+ -DCMAKE_CXX_FLAGS:STRING="$CXXFLAGS %{optflags} -Wno-error=type-limits -Wno-error=unused-variable -Wno-error=deprecated-declarations -Wno-error=return-type -Wno-error=unused-but-set-variable -Wno-error=pointer-sign" \
9
%endif
10
-DUNIX_STRUCTURE=1 \
11
%if "%{_lib}" == "lib64"
12