Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix genreflex cppflags #7933

Merged
merged 2 commits into from
Jun 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scram-project-build.file
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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>