Projects
home:frispete
obs-studio
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 25
View file
obs-studio.changes
Changed
@@ -1,4 +1,9 @@ ------------------------------------------------------------------- +Tue May 30 21:07:32 UTC 2023 - Hans-Peter Jansen <hp@urpla.net> + +- Relax some compile flags to not error out for Leaps + +------------------------------------------------------------------- Tue May 30 20:24:16 UTC 2023 - Hans-Peter Jansen <hp@urpla.net> - Exclude libcef.so dependency tracking correctly
View file
obs-studio.spec
Changed
@@ -108,10 +108,15 @@ %build mkdir -p build && cd build -# does not like cmake macro as it fails to link in math.h (-lm) +# does not like cmake macro as it fails to link in math.h (-lma +# the compile flags for 15.{4,5} must be relaxed in order to compile obs-studio successfully cmake \ -DCMAKE_CXX_STANDARD=17 \ -DCMAKE_INSTALL_PREFIX=/usr \ +%if 0%{?suse_version} == 1500 + -DCMAKE_C_FLAGS:STRING="$CFLAGS %{optflags} -Wno-error=type-limits -Wno-error=unused-variable -Wno-error=deprecated-declarations" \ + -DCMAKE_CXX_FLAGS:STRING="$CXXFLAGS %{optflags} -Wno-error=type-limits -Wno-error=unused-variable -Wno-error=deprecated-declarations" \ +%endif -DUNIX_STRUCTURE=1 \ %if "%{_lib}" == "lib64" -DOBS_MULTIARCH_SUFFIX=64 \
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.