Skip to content

Commit

Permalink
Merge pull request #7933 from cms-sw/fix-genreflex-cppflags
Browse files Browse the repository at this point in the history
Fix genreflex cppflags
  • Loading branch information
smuzaffar committed Jun 15, 2022
2 parents c114ae6 + b23b253 commit 7fb2775
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion scram-project-build.file
Expand Up @@ -53,7 +53,7 @@ BuildRequires: dwz
%endif

%if "%{?configtag:set}" != "set"
%define configtag V07-01-06
%define configtag V07-01-07
%endif

%if "%{?cvssrc:set}" != "set"
Expand Down
1 change: 1 addition & 0 deletions scram-tools.file/tools/root/rootrflx.xml
Expand Up @@ -8,6 +8,7 @@
</ifarchitecture>
<flags GENREFLEX_CPPFLAGS="-DCMS_DICT_IMPL -D_REENTRANT -DGNUSOURCE -D__STRICT_ANSI__"/>
<runtime name="GENREFLEX" value="$ROOTRFLX_BASE/bin/genreflex"/>
<flags OVERRIDABLE_FLAGS="GENREFLEX_CPPFLAGS"/>
<use name="root_interface"/>
<use name="rootcling"/>
</tool>

0 comments on commit 7fb2775

Please sign in to comment.