Skip to content

Commit

Permalink
#3974 workaround debug package errors on Fedora 39
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Aug 24, 2023
1 parent 293dc03 commit 6e2a413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packaging/rpm/xpra.spec
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
%define build_args %{DEFAULT_BUILD_ARGS}
%else
%if 0%{?fedora}>=39
%global debug_package %{nil}
%define build_args %{DEFAULT_BUILD_ARGS} --without-nvidia --without-pandoc_lua
%else
%define build_args %{DEFAULT_BUILD_ARGS} --without-nvidia
Expand Down

0 comments on commit 6e2a413

Please sign in to comment.