Skip to content

Commit

Permalink
[14.0] Read individual .d dependency files if .dep is missing due lin…
Browse files Browse the repository at this point in the history
…k error

backport of #9181
  • Loading branch information
smuzaffar authored May 10, 2024
1 parent ec4ee22 commit eddb513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scram-project-build.file
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
%endif

Requires: SCRAMV1
BuildRequires: gcc
BuildRequires: gcc1

# For non-linux archs disable subpackageDebug otherwise add dwz.file build dependencies.
%if "%{?subpackageDebug:set}" == "set"
Expand Down Expand Up @@ -60,7 +60,7 @@ BuildRequires: dwz
%endif

%if "%{?configtag:set}" != "set"
%define configtag V09-02-16
%define configtag V09-02-17
%endif

%if "%{?buildarch:set}" != "set"
Expand Down

0 comments on commit eddb513

Please sign in to comment.